Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket WithJDBC

Поиск
Список
Период
Сортировка
От Dan
Тема Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket WithJDBC
Дата
Msg-id 78a0dc00-2235-eeee-84ab-f90a610889cc@scapps.co.uk
обсуждение исходный текст
Ответ на Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket With JDBC  (Sehrope Sarkuni <sehrope@jackdb.com>)
Список pgsql-jdbc

Hi Sehrope,

Thank you for the reply and suggestion.  The unescaped ampersand was causing the problem.  I am now able to connect.

-Dan

On 08/12/2019 13:27, Sehrope Sarkuni wrote:
Is the issue the unescaped ampersand? (the "&")

Replace any raw & in the URL value with &amp; and see if that works. I think this is just an XML parsing issue unrelated to the driver itself.

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Radoslav Petrov
Дата:
Сообщение: Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket WithJDBC
Следующее
От: Dan
Дата:
Сообщение: Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket WithJDBC