1 Reply Latest reply on Oct 4, 2001 6:41 PM by dbudworth

    Session beans fail to deploy in 3.0alpha?

    dbudworth

      Howdy yall,

      I have a Stateless session bean, which has both local and remote interfaces (EJB2.0), and when JBoss 3 (CVS current as of yesterday), I get a NoSuchMethodException comming from:
      org.jboss.ejb.StatelessSessionContainer.setupHomeMapping(StatelessSessionContainer.java:421)

      When looking at the code, and adding some extra logging, it appears that it's looking for a method called:
      "createHome", which is not defined in my EJB nor in the descriptor.

      homeInterface.getName() results in my actual interface, and not a JBoss generated class, so either it's getting the wrong class populated in homeInterface, or I really need a "createHome" method on my interface?

      Any clues?