[jboss-user] [EJB 3.0] - Re: Instantiate bean in EJB 3.0

wolfc do-not-reply at jboss.com
Tue Dec 5 02:33:44 EST 2006


There is no need to call a create method on an EJB3 session bean.
You can optionally annotate a method with @Init to specify that it is the initialization method. (EJB3 4.3.10 & 4.4)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991196#3991196

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991196



More information about the jboss-user mailing list