2 Replies Latest reply on Jan 11, 2002 10:24 AM by adrian.brock

    ejbCreate for entity beans

    benpbenp

      Hi

      I am creating some of my first entity beans and am having problems declaring the ejbCreate methods

      I have a standard one ejbCreate() ........ etc
      but when I try to have one called

      ejbCreateWithData(String s)

      JBoss does not seem to recognise it as a create method

      It let me declare it as such

      ejbCreate(String s)

      and this is OK as the sig's are different

      Is this something that I need to do for JBoss or should I be able to name the create method


      ejbCreateWithData

      cheers

      Ben