5 Replies Latest reply on Nov 1, 2001 12:57 AM by hunterhillegas

    Problem Deploying Stateless Session Bean

    hunterhillegas

      I have a problem when I try to deploy a jar with a bunch of beans in it...

      I get this exception:

      java.lang.NoSuchMethodException
      at java.lang.Class.getMethod0(Native Method)
      at java.lang.Class.getMethod(Class.java:888)
      at org.jboss.ejb.StatelessSessionContainer.setUpBeanMappingImpl(StatelessSessionContainer.java:447)
      at org.jboss.ejb.StatelessSessionContainer.setupBeanMapping(StatelessSessionContainer.java:473)

      It looks like from the code that it's having trouble finding a required method... The problem is that it doesn't say which bean is at fault. There are quite a few beans in the jar...

      I went back and checked them out to see if I could find the error by hand. I wasn't able to...

      Any idea how to figure this out?

      I am running on rabbit-hole 3.0.