users@glassfish.java.net

Re: Trouble with EJB 3.1 example from O'Reily book ...

From: <forums_at_java.net>
Date: Thu, 12 May 2011 06:27:36 -0500 (CDT)

Your local bean is local and so it's not accessible to the junit test
client.  It can be looked up only inside it's ejb module or application. 
You may want to add a remote business interface to it and then look it up via
its remote business interface in your test client.


--
[Message sent by forum member 'cf126330']
View Post: http://forums.java.net/node/801368