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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973760#3973760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973760 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
