Hi Francois, AS Chris mentioned, Cactus does not yet have an EJB Redirector (although this is planned in the todo list). However, you can still unit test local EJBs with Cactus by writing a ServletTestCase test case class and calling your local bean from there (see the EJB Howto tutorial on the web site).
Thanks -Vincent > -----Original Message----- > From: Francois Zeller [mailto:[EMAIL PROTECTED]] > Sent: 14 February 2003 09:50 > To: [EMAIL PROTECTED] > Subject: EJB2.0 local unit test > > Hi, > may be it's trivial but I don't find out how can I test with cactus my > EJB2.0 Local methods. > a short explanation: > I've some EJB2.0 Entity beans whith only local interfaces. I'd like to > unit-test them (and the accompanying java classes, implementing the logic) > from within the application server. My Idea was to use a redirector > implemented in a session bean with remote interfaces: does cactus offer > something like that ? > Thanks in advance for any helps, > Fran�ois --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
