> -----Original Message----- > From: David Plass [mailto:[EMAIL PROTECTED] > Sent: mercredi 4 ao�t 2004 14:51 > To: Cactus Users List > Subject: RE: MDB Testing > > With apologies to Vincent, why do you need Cactus to test MDBs? > > MDBs don't require a servlet container (which is what Cactus provides). > You > can just use Junit with an > appropriately defined jndi.properties file that points at your EJB > container.
MDBs *do* require a container and if you wish to perform integration *unit* tests, then Cactus could have helped (except it doesn't as it doesn't support MDBs yet... :-)). BTW, Cactus supports more than servlet containers, it also supports J2EE containers (it automatically start/stop them and supports packaging Cactus tests as EARs). What's missing are EJBs redirectors (including MDB ones). Thanks -Vincent > > --DP > > > -----Original Message----- > From: Srinivas Sindhey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 1:00 AM > To: [EMAIL PROTECTED] > Subject: MDB Testing > > > Hi Friends, > Has any one tested MDB's through CACTUS? If yes, could some one tell me > how > do i go about it. > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
