Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384759 - dev-java/jdbc-postgresql: JDBC4 version breaks JavaEE applications
Summary: dev-java/jdbc-postgresql: JDBC4 version breaks JavaEE applications
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Java team
URL: http://jdbc.postgresql.org/download.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 08:28 UTC by Tolga Dalman
Modified: 2011-10-19 10:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tolga Dalman 2011-09-28 08:28:45 UTC
Using the current jdbc-postgresql (jdbc4 version) with JBoss doesn't work, since contextual LOB support is not yet supported by jdbc-postgresql.

I think it would be possible to install both driver versions. Alternatively, a USE flag could be installed as well.

Thanks!

Reproducible: Always
Comment 1 Miroslav Šulc gentoo-dev 2011-09-29 12:16:08 UTC
could you please be more specific about the solution? i have no idea what you mean :-) also please note that driver 9.1_p901 is now available in the main tree.
Comment 2 Tolga Dalman 2011-09-29 12:48:05 UTC
(In reply to comment #1)
> could you please be more specific about the solution? i have no idea what you
> mean :-)

Three possibilities here I think:
1. Add a USE flag to select between jdbc3 and jdbc4
2. Just install jdbc3 version
3. Install both JAR files (jdbc3 and jdbc4) into /usr/share/jdbc-postgresql/lib

> also please note that driver 9.1_p901 is now available in the main
> tree.

Thanks a lot for that!
Comment 3 Miroslav Šulc gentoo-dev 2011-10-19 10:28:45 UTC
i'm sorry, but i can't help you with that. afaik, to build jdbc3 driver, you have to use java 1.5 which is eol'd since Oct 2009 so java 1.5 is not officially supported anymore. anyway, you can download jdbc3 driver and use that one instead of the gentoo one to solve your issue.