posted 17 years ago
sorry , my question might not be clear.
the bean can go from pooled state to method ready state in two ways.
1) ejbCreate, ejbPostCreate,
2) ejbActivate.
my question is what if it goes through ejbActivatre?
in that case, ejbCreate, ejbPostCreate will not be called.
so does ejbActivate should set the cmp, cmr fields
(the whole question is about CMP entity beans only)
thanks
sid