Originally posted by Ramdhan Kotamaraja:
Hi,
Which type of EJB requires an ejbCreate() method for parameters to be passed?
CMP entity bean
BMP entity bean
Stateful session bean
Stateless session bean
Ramdhan YK
My choice would be "Stateful Session Bean". Why? "Stateless" does not take any parameter so it is out. Now, Entity beans are not required to have ejbCreate at all so I think they too should
go. This leaves with Stateful Session bean in which ejbCreate can take parameters.