hello
I posted my above query two times, but no one has helped me with it so far.
What I wanted to know mainly is which event takes place first - is it the EJBObject getting created and associated with the bean or is it the call to ejbCreate. According to Monson Hafel's book, the EJBObject is created, associated with the bean and then ejbCreate is called. But in this post
https://coderanch.com/t/143854/po/certification/ICE-CMP-entity-bean-life I read that it happens only after database insertion. Which is correct ?
Can someone please help me with this ?
Thanks
deepti
[ November 12, 2003: Message edited by: Deepti Sabarinath ]