Re: Configuring Hibernate for PostgreSQL Access Over Unix Socket With JDBC

Dan <[email protected]> Sun, 8 Dec 2019 17:15:02 +0000
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------FCB4B52E2BCE7EC9688E0464
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

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/

--------------FCB4B52E2BCE7EC9688E0464
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Sehrope,</p>
    <p>Thank you for the reply and suggestion.  The unescaped ampersand
      was causing the problem.  I am now able to connect.</p>
    <p>-Dan<br>
    </p>
    <div class="moz-cite-prefix">On 08/12/2019 13:27, Sehrope Sarkuni
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAH7T-ao-2bryKEYRjDFAgGYpgi8R46oMrLegTenmJ+-WOX8h+g@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div>Is the issue the unescaped ampersand? (the "&amp;")</div>
          <div><br>
          </div>
          <div>Replace any raw &amp; in the URL value with &amp;amp; and
            see if that works. I think this is just an XML parsing issue
            unrelated to the driver itself.</div>
          <br clear="all">
          <div>
            <div dir="ltr" class="gmail_signature"
              data-smartmail="gmail_signature">
              <div dir="ltr">
                <div style="font-family:arial;font-size:small">Regards,</div>
                <div style="font-family:arial;font-size:small">--
                  Sehrope Sarkuni</div>
                <div style="font-family:arial;font-size:small">Founder
                  &amp; CEO | JackDB, Inc. | <a
                    href="https://www.jackdb.com/"
                    style="color:rgb(17,85,204)" target="_blank"
                    moz-do-not-send="true">https://www.jackdb.com/</a></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>

--------------FCB4B52E2BCE7EC9688E0464--