[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migrating from Jboss4.0.5 to jboss 5.1.0 - Help needed
sunnykid
do-not-reply at jboss.com
Thu Aug 6 10:08:28 EDT 2009
hmm it seems that lib is not correctly use from your project.
try to add this to your jboss-web.xml
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
com.example:archive=unique-archive-name
<loader-repository-config>java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</class-loading>
Do you use JFS in your application?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248486#4248486
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248486
More information about the jboss-user
mailing list