Avatar

Level 2

This bug was fixed and tested last March. The tested version was 272700, which means the lcds 3.1 release version had the fix. The bug indicates this issue was with Tomcat, so it likely differs from your issue. I personally have not recently setup a jboss -> Oracle dbms connection.

Generally I find the easiest way to get a connection working with a newer version of Oracle (10+) is to download the newest instant-client distribution from Oracle's download site. You should always use a driver that matches your server release or newer. Then use their recommended driver for your JVM version, ojdbc5.jar or ojdbc6.jar. If you continue to have issues, I would test the driver you are trying to use in a 3rd party JDBC query tool like DbVisualizer.

Finally, if you still cannot connect reply with the specifics of your issue - driver version, stacktrace, oracle-ds.xml, etc.

Regards,

KenS