Hi Fran�ois,

Francois Zeller wrote:
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 ?
The short answer is "not yet"... contributions would be most welcome :-)

In the meantime, you can test your local interfaces from the servlet redirector, and give the test web.xml all local-ejb-refs. See this HOWTO for an example:

<http://jakarta.apache.org/cactus/howto_ejb_j2eeri.html>

Thanks in advance for any helps,
Fran�ois
-chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to