1 Reply Latest reply on Feb 17, 2004 3:00 PM by trevl

    Tutorial problem: A Session bean must define at least one ej

    trevl

      I have followed the JBoss-IDE 1.2.2 Tutorial Guide to the letter and created a stateless session bean as instructed.
      Upon deployment I get the message...
      A Session bean must define at least one ejbCreate method.

      My bean HAS got:-

      /**
       * Default create method.
       * @throws CreateException
       * @ejb.create-method
       */
       public void ebjCreate() throws CreateException {
       System.out.println("ejbCreate() called");
       }

      Any ideas as to why this message is being issued?

      TIA,
      Trev
      ~~~