I am using JBoss 6 and i want to deploy my war application. I was deploying my application to JBoss5 successfully by using jboss-classloading.xml under my web-inf directory. This isolation method was working great but it doesnt seem to be working under JBoss 6. I am getting classloader errors all over the place. What should i do for the configuration?

Stack trace is here: http://sharetext.org/UYV

Thanks in advance.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I might be barking up the wrong tree but I've seen a similar problem in 4.2.x where the clasloader compliance was a problem (which affects the order classes are loaded).

We solved it by editing deploy/jboss-web.deployer/META-INF/jboss-service.xml
Change these two lines to true
<attribute name="Java2ClassLoadingCompliance">false</attribute>
<attribute name="UseJBossWebLoader">false</attribute>

link|improve this answer
thanks for the tip, i will give a shot to it. – Mert Meral May 3 '11 at 6:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.