So I have set up a DataSource in JRun where selecting th Oracle Thin Driver. I
also placed the ojdbc14.jar file in jrun_root\servers\lib. Thought that that
would do it, but I am still getting the following error when running my
application:
[i]jrun.sql.JRunConnectionHandle.prepareStatement(Ljava/lang/String;I)Ljava/sql/
PreparedStatement;[/i]
I take the above message as a confirmation to the fact that jruns DB drivers
are still used. Is this the case? How can I force JRun to use the Oracles DB
Drivers instead?