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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...