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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...