On Tue, 7 Jun 2005, Sylvain Boily wrote:
> I use Openxchange with pg74.215.jdbc3.jar, i got a problem with permission.
> I have open a bug to openxchange bugzilla but it seems is my driver.
> http://www.open-xchange.org/cgi-bin/bugzilla/show_bug.cgi?id=443
>
> Have you got idea, how does it possible to debug for more information ?
>
This really looks like a problem with openexchange or its configuration.
The stacktrace shows the OXFolderTools.getSystemFolders call
ResultSet.getInt(), but the data in the column is "test" which is clearly
not an integer, so the postgresql driver complains.
Kris Jurka