I'm answering my own question here, for the benefit of others: It turns out that my ClassPath for the working instance (4.0.1) was including the Oracle "instantclient10_1" classes at the front of the JBOSS_CLASSPATH. This ended up included the following two JARs at the head of the ClassPath: - classes12.jar - ojdbc14.jar
The fix to this problem, is to remove the altered JBOSS_CLASSPATH from the run.bat (or run.sh) file, and add these 2 JARs to your .../WEB-INF/lib/ folder (or the server's lib folder if you prefer). Now the 4.0.2 server works just great! :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878955#3878955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878955 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user