Hi, I have a problem with latest build of JBoss 4.0.4 RC1. 
our application uses JAXB2 for xml marshalling-unmarshalling. We put jaxb jar 
files to the jboss_home/server/default/lib directory.
In previous version 4.0.3 it worked fine. But now then I try to run application 
I got exception.
---------
Caused by: javax.xml.bind.JAXBException: Cannot load resource: be/certipost/jc/d
ocumentdiscovery/content/mrt/jaxb.properties
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:97)
        ... 107 more
2006-01-30 15:48:09,814 ERROR [be.certipost.jc.storage.Storage] Exception during

--------
We are running jboss on solarisx86 version 10.
I found that in latest version jboss-j2ee.jar contains javax.xml.bind.* classes 
(which was not a case for jboss 4.0.3 jar). 
And class files on that package in jboss-j2ee.jar are from JAXB1.0 version and 
it causes a problem with JAXB2. 

My question is how to defined that jaxb-api.jar, jaxb-impl.jar files will be 
read before jboss-j2ee.jar file ?


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to