Hi,
I want to run my application in torquebox 2.0.3 and I use activerecord-oracle_enhanced-adapter (1.4.1).
I get the following error at runtime:
16:23:24,151 ERROR [org.torquebox.web.servlet.RackFilter] (http--127.0.0.1-8080-2) Error invoking Rack filter: org.jruby.exceptions.RaiseExcep
tion: Native Exception: 'class java.sql.SQLException'; Message: No suitable driver found for jdbc:oracle:thin:@XXXXX
; StackTrace: java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@XXXXX
at java.sql.DriverManager.getConnection(DriverManager.java:602)
I copied the ojdbc6.jar in the lib directory of my rails application and to several directories of $TORQUEBOX_HOME.
Has anyone experience with the torquebox/activerecord-oracle_enhanced-adapter duo?
I found this link:
https://issues.jboss.org/browse/TORQUE-762 but it seems not to work.
Thomas