Bugzilla – Bug 148706
open-xchange doesn't work with postgresql-8.1-404.jdbc3.jar
Last modified: 2006-02-07 16:18:05 UTC
The open-xchange adminscripts don't work correctly with the 8.1 version of postgresql-jdbc. The throw error messages like: Error while adding private standard folder for contacts for user tux org.postgresql.util.PSQLException: FEHLER: Spalte ?creating_date? hat Typ timestamp with time zone, aber der Ausdruck hat Typ character varying at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:346) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:300) at com.openexchange.tools.oxfolder.OXFolderAction.createFolder(OXFolderAction.java:242) at com.openexchange.tools.oxfolder.OXFolderAction.addUsersStandardFolder(OXFolderAction.java:844) at com.openexchange.tools.oxfolder.OXFolderAction.addUserToOXFolders(OXFolderAction.java:725) at com.openexchange.tools.oxfolder.OXFolderAction.main(OXFolderAction.java:107) According to the developers it only works with the 7.4 version.
Fixed package submitted