Stateful Session Bean Initialization (EJB 3.0)

Hi all!In EJB 2.1 the initialization was with create (args) methods. NOw, how is it exploited? Create methods are no more there and there must be a way to send parameters to the stateful session bean when it is newly created...isn't it?Thank you!
[268 byte] By [albertthea] at [2007-11-27 9:57:35]
# 1
There is no pre-defined equivalent of a create method in EJB 3.0. If you want to initialize astateful session bean, just define a business method that the client should use as an initializationmethod.
ksaksa at 2007-7-13 0:27:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...