Hi,
we had the same issue as we were using JAXB2.0 databinding in our classes.
Until new release of JBOSS is out you can use workaround solution:
Copy jaxb-api.jar and jaxb-impl.jar into JBOSS_HOME/server/default/lib 
directory and in $JBOSS_HOME/server/default/conf/jboss-service.xml file add 
following line just after <server> element:
   
<classpath codebase="${jboss.server.lib.url:lib}" 
archives="jaxb-api.jar,jaxb-impl.jar"/> 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951678#3951678

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951678


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to