Hi Amitav, What I don't understand is what this has to do with Cactus. With Cactus you call your EJB through its interface (either remote or local) as you would with any client of your EJB.
AFAIK, "Required" means that if no transaction has been started by the client side, the container will start a new transaction. Also, starting a new transaction for every test is normal as tests should be independent of one another (as they are *not* ordered). Thanks -Vincent -----Original Message----- From: Amitav C [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 09:21 To: [EMAIL PROTECTED] Subject: getting problem in Testing Entity Bean from Cactus Servlet Hi, I am getting a problem while Testing my Entity beans from Cactus Servlet. ��� Every interaction with Entity bean is considered as new Transaction, so I am getting problem to set the cmr fileds if its a not null filed in the table. � Transaction Attribute for Entity bean is Required � Can anybody help me ? � thanks Amitav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
