I am new to TomEE. I have a simple war file that uses derby. I packaged derby jar inside my war. But when I deploy it, for some reason, it is complaining about not finding the classes in derby jar. Either I have to copy the derby to $CATALINA_HOME/lib dir or modify system.properties file to include the line "openejb.classloader.forced-load = org.apache.derby" to make it working. Why can't it see the jars inside my war file? What am I missing? Must be something simple.
-- View this message in context: http://openejb.979440.n4.nabble.com/problem-seeing-classes-in-jar-inside-application-war-tp4668340.html Sent from the OpenEJB User mailing list archive at Nabble.com.
