So it's a tradeoff of testing in container vs. testing non-interface methods? Is there any way to have both?
Ron -----Original Message----- From: J. B. Rainsberger [mailto:[EMAIL PROTECTED] Sent: May 7, 2004 5:53 PM To: Cactus Users List Subject: Re: EJB testing Ron Roth wrote: > Hi, > I want to test methods in an EJB that are not part of the local/remote interface. Is > it possible to do this? Instantiate the EJB implementation class in a plain old JVM then invoke the methods. Voila. -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software that people understand --------------------------------------------------------------------- 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]
