A message-driven bean instance has no state for a specific client. However, the instance variables of the
message-driven bean instance can contain state across the handling of client messages. Examples of
such state include an open database connection and an object reference to an EJB object.
But when tx is completed , and it comes to ejbPassivate , it can always get access to the UserTransaction object