Hi all,
I'm studying for
SCEA exam. Reading
EJB books raised one
question. In which call-back method data is actually
inserted on DB ?
I believed that the right answer was during "ejbPostCreate",
so I have built a simple use case with WLS samples.
But it's not accurate. Data is actually inserted in "ejbStore"
which is called AFTER ejbPostCreate.
And it's the same both for CMP and for BMP.
Can anybody confirm this ? I have seen whiz lab exam has separate question for both CMP and BMP.....
Thanks in advance
Francesco