[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar
rupertlssmith
do-not-reply at jboss.com
Thu Aug 3 17:11:52 EDT 2006
I've also tried deploying the EAR with the RAR inside it and shared libs in the root of the EAR. I deployed that first and then deployed the -ds.xml seperately with the ear# syntax. I got a class not found exception:
java.lang.ClassNotFoundException: No ClassLoaders found for: uk.co.thebadgerset.index.ra.ManagedConnectionFactoryImpl
Presumably because the .ear is being deployed in an isolated class loader?
I'll try deploying it with that way with the flat class loader and see what happens... (won't be able to run it though, as in the original post i said that i'm using the isolated class loader because of JAXB library conflicts).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963029#3963029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963029
More information about the jboss-user
mailing list