I am getting an error when deploying my beans, which I presume is a
stateless session bean:

java.lang.NoSuchMethodException
        at java.lang.Class.getMethod0(Native Method)
        at java.lang.Class.getMethod(Class.java:888)
        at 
org.jboss.ejb.StatelessSessionContainer.setUpBeanMappingImpl(StatelessSessio
nContainer.java:446)
        at 
org.jboss.ejb.StatelessSessionContainer.setupBeanMapping(StatelessSessionCon
tainer.java:472)

Is there a way to determine which bean is missing a method? I have quite a
few beans in this jar...

This is on RH/JBoss3.

Thanks,
Hunter


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to