Originally posted by gowher amin naik:
Session bean instance will throw exception if removed within a Transaction.
Session bean instance cannot passivated within a Transaction.
The entity bean instance can be passivated within a Transaction
Yes ,session bean innstance will throw exception when removed within transaction aslo it cannot be passivated while in transaction.
But entity bean instance cannot be passivated while in transaction.