users@glassfish.java.net

Re: EJB 3.1 called in EJB (different project)

From: <glassfish_at_javadesktop.org>
Date: Thu, 20 May 2010 07:02:39 PDT

You should package only the interfaces from EJBTest1 within EJBTest2, not all the code. The bean implementation class is not part of the client contract. The error suggests that TestEJBRemote is not correctly packaged within the EJBTest2 application.
[Message sent by forum member 'ksak']

http://forums.java.net/jive/thread.jspa?messageID=470695