[jboss-dev-forums] [Design of JCA on JBoss] - Re: JBAS-1437 RARMetaDataRepository
adrian@jboss.org
do-not-reply at jboss.com
Tue Mar 20 07:15:06 EDT 2007
No, the problem is like I said initially when I wrote this class.
The JAXB deployer helper shouldn't live in jboss-deployers.jar
because otherwise the JAXB jar will need to be in the bootstrap classpath
alongside jboss-deployers.jar
(not a problem for Java6 where it is in the JDK).
Classloading 101
import com.acme.SomeClass
means Class.forName() not thread context classloader
This class should live in a seperate JAXB integration project
that can be "hot deployed".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029718#4029718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029718
More information about the jboss-dev-forums
mailing list