Posted By:
daljit_singh
Posted On:
Wednesday, June 6, 2001 04:48 PM
I have an EJB (lets call it bean A) that calls a method in a simple java class. This class in turns instantiates another EJB (lets call it bean B). So my question is: If a transaction is started in bean A and needs to be propagated to bean B, is the transaction context passed from bean A to bean B through the simple class. Does the container take care of propagating the transaction to the simple class?