posted 19 years ago
Hi,
According to Spec :-
The container can choose to passivate an entity bean within a transaction.
Before passivating it calls
1. ejbStore() ( which will be called within a transactional context)
2. ejbPassivate() ( this action does not really need a transactional context)
Where as a Stateful session bean will never be passivated within a transaction.
Vijay.