In my case, there was an exception that I didn't see when I looked at the
stacktrace, but it was there:
Caused by: java.lang.IllegalStateException: Application is not launched.
at
org.jdesktop.application.Application.checkApplicationLaunched(Application.java:692)
at
org.jdesktop.application.Application.getInstance(Application.java:686)
at
com.jovaco.pc.model.baseline.BaselineList.<clinit>(BaselineList.java:37)
This prevented my Model class to be loaded and down the chain, I got class
not found exceptions, which I interpreted as not in the class path, but it
was.
--
View this message in context:
http://openejb.979440.n4.nabble.com/ear-lib-not-seen-I-m-getting-a-class-not-found-error-tp4662819p4662910.html
Sent from the OpenEJB User mailing list archive at Nabble.com.