[jboss-user] [Installation, Configuration Deployment] - Re: JBoss JAXB class loading problem

2006-12-22 Thread ajay662
DerJohannes, were you able to get it working?If so, can you post your solution here. I am in a silimiar situation where I need to use JAXB 2.0 with jboss 4.0.5, but in my case I am getting a classCastException 15:59:10,469 ERROR [STDERR] java.lang.ClassCastException:

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss JAXB class loading problem

2006-11-30 Thread DerJohannes
Can anyone give me a hint how to force JBoss to use the JAXB (2.0) classes from the jars I deploy instead of using the outdated ones in jboss4.0.4/server/default/lib/jboss-j2ee.jar ? Thank you in advance for your help. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss JAXB class loading problem

2006-11-30 Thread [EMAIL PROTECTED]
I assume you have the the use-jboss-web-loader set to true in your jboss-service.xml file of your Tomcat configuration correct? Also, do you really require a scoped log4j and commons-logging configuration? I would start with simply overriding the JAXB stuff and then add things you need as you

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss JAXB class loading problem

2006-11-24 Thread [EMAIL PROTECTED]
I am assuminig that you have the JAXB classes at the root of your EAR archive (or some other accesible location). Do you have the JAR files listed in the relevant MANIFEST.MF entries in your application components (ie WAR, EJB)? View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss JAXB class loading problem

2006-11-24 Thread DerJohannes
[EMAIL PROTECTED] wrote : I am assuminig that you have the JAXB classes at the root of your EAR archive (or some other accesible location). Do you have the JAR files listed in the relevant MANIFEST.MF entries in your application components (ie WAR, EJB)? | Thank you for your reply. Yes,