divyakprabh 0 Light Poster

Hi,

I have problem deploying ear's in jboss application server. I have a ear, which has the this structure
test.ear
/META-INF
/dependency jars

When i deploy this application under non scoped isolation, it works fine but i want my application to be deployed in scoped isolation. The exception what i get is, jboss.j2ee:jndiName=testWSInitialzer,service=EJB
java.lang.NoSuchMethodException: org.jboss.ejb.StatelessSessionContainer.removeHome(javax.ejb.Handle)
at java.lang.Class.getMethod(Class.java:1605)

Can anybody please help.