<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Update of postgresql driver to 9.1-901.jdbc4 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112954#M79500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past, I (trademak) included postgresql-8.4-701, but I've not been aware of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1996" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1996&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Database+compatibility" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Database+compatibility&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But now, it hit me! Insufficient testing. Would it be possible to update the root pom.xml to the version in the title?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware thar jdbc4 is for JDK &amp;gt;= 1.6. (Is Activiti supposed to run ontop of Java 1.5?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Erny&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 17:47:09 GMT</pubDate>
    <dc:creator>erny18031</dc:creator>
    <dc:date>2012-02-27T17:47:09Z</dc:date>
    <item>
      <title>Update of postgresql driver to 9.1-901.jdbc4</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112954#M79500</link>
      <description>Hi.In the past, I (trademak) included postgresql-8.4-701, but I've not been aware of:http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1996andhttp://docs.codehaus.org/display/ACT/Database+compatibilityBut now, it hit me! Insufficient testing. Would it be possible to update the root pom.xml to th</description>
      <pubDate>Mon, 27 Feb 2012 17:47:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112954#M79500</guid>
      <dc:creator>erny18031</dc:creator>
      <dc:date>2012-02-27T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update of postgresql driver to 9.1-901.jdbc4</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112955#M79501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Erny,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain a bit more about the need for the upgrade of the driver?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, Activiti supports Java 1.5 so including a driver that only runs on Java 6 would be an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 07:58:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112955#M79501</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-02-28T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update of postgresql driver to 9.1-901.jdbc4</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112956#M79502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can add some info here. PostgreSQL JDBC development made changes that are not backwards compatible, leading to problems in some cases. The biggest one is a change that makes 'UNICODE' and 'UTF-8' designations different, so database drivers before 9.1 may have incompatibilities connecting to 9.1 databases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a second issue involving bytea support which changed. (This is the use of hex encoding when entering in bytea data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The UNICODE/UTF-8 issue is documented here: &lt;/SPAN&gt;&lt;A href="http://grokbase.com/t/postgresql/pgsql-hackers/114jz3zdpb/jdbc-connections-to-9-1" rel="nofollow noopener noreferrer"&gt;http://grokbase.com/t/postgresql/pgsql-hackers/114jz3zdpb/jdbc-connections-to-9-1&lt;/A&gt;&lt;SPAN&gt; and the bytea issue is referenced here: &lt;/SPAN&gt;&lt;A href="http://www.postgresql.org/docs/9.1/static/runtime-config-client.html#GUC-BYTEA-OUTPUT" rel="nofollow noopener noreferrer"&gt;http://www.postgresql.org/docs/9.1/static/runtime-config-client.html#GUC-BYTEA-OUTPUT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you need the JDBC3 driver for Java 1.5 support: &lt;/SPAN&gt;&lt;A href="http://jdbc.postgresql.org/download/postgresql-9.1-901.jdbc3.jar" rel="nofollow noopener noreferrer"&gt;http://jdbc.postgresql.org/download/postgresql-9.1-901.jdbc3.jar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I just ran into this as we're in the process of testing an upgrade to our database from 8.3 to 9.1)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 18:10:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/update-of-postgresql-driver-to-9-1-901-jdbc4/m-p/112956#M79502</guid>
      <dc:creator>wolpert</dc:creator>
      <dc:date>2012-02-28T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

