Do we need ejbPostCreate()with blank implementation like the Activate or Passivate methods? Is it required according to the EJB specs.
-
Do we need ejbPostCreat() methods (1 messages)
- Posted by: Alok Garg
- Posted on: September 18 2001 00:49 EDT
Threaded Messages (1)
- Do we need ejbPostCreat() methods by Gal Binyamini on September 19 2001 17:58 EDT
-
Do we need ejbPostCreat() methods[ Go to top ]
- Posted by: Gal Binyamini
- Posted on: September 19 2001 17:58 EDT
- in response to Alok Garg
Yup. Section 12.2.4 in EJB2.0
Gal