I'm having issues with class loading. I am migrating an old project to TomEE from JBoss. The problem is that we are getting NoClassDefFound errors from some classes. We have added the classes to the openejb.classloader.forced-load property. The strange thing is that if I debug the problem and step through the ClassNotFound's of the parent classloaders, then everything works. This leads me to think there is a race condition. This problem is also solved if I add references to the missing classes to a @Startup EJB. The classloader that is attempting to load the class is a URLClassLoaderFirst instance.
Thanks for any help, Dorwin -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/URLClassLoaderFirst-race-condition-tp4676050.html Sent from the TomEE Users mailing list archive at Nabble.com.
