0 Replies Latest reply on Sep 24, 2006 2:50 PM by stedo

    Construction of Stateful Bean

    stedo

      hi,

      I am switching to EJB3 and I have a problem with bean construction from the client side. I want to provide a constructor for the bean so that a string is supplied on creation. In EJB2 this could be done by defining the create() method in the Home interface... e.g create(String aString). However with EJB3 there is no home interface so how do I provide constructors other than the default empty constructor?

      Thanks in advance
      Stephen