[jboss-user] [Installation, Configuration & DEPLOYMENT] - trying to migrate an ear from jboss 3.2.5 to 4.0.5
Elhananm
do-not-reply at jboss.com
Wed May 7 10:45:54 EDT 2008
hi..
i'm trying to port an ear i have in jboss 3.2.5 to jboss 4.0.5, right from the start i had NoSUchMethodException when the commons logging in the ear conflicted with jboss's 4, so i create a jboss-app.xml:
<jboss-app>
<loader-repository>
com.pnx:archive=pmp.ear
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</jboss-app>
but not i get java.lang.NoSuchMethodException: org.jboss.ejb.StatelessSessionContainer.removeHome(javax.ejb.Handle)
why do i have to do for this to work?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149158#4149158
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149158
More information about the jboss-user
mailing list