Originally posted by Sanny kumar:
Hi Guys,
Can you please tell me how state is maintained in stateful session bean?
Whether Transaction attributes involved in Session bean / not?
Thanks in advance
Santhosh
State will be stored in the instance variable of the bean class and as a single bean is associated with a client till the time client removes.So the state variables are only for that clients use only.
Yes Transaction attributes are involved in session beans , in fact transaction attribute is there for all beans.Entity , session and MDB.