Posted By:
Jim_Krygowski
Posted On:
Wednesday, April 11, 2001 05:52 AM
It sounds as if your entity beans' transaction attributes may be set to "requires new". If so, you should set the attribute to "supports" or "requires" in the deployment descriptor for each of the entity beans.