users@glassfish.java.net

Re: Multiple Stateless Session Bean + Local Interface +Injection

From: <glassfish_at_javadesktop.org>
Date: Tue, 10 Jul 2007 07:24:38 PDT

The problem is that the @EJB should only reference the local business interface, not the bean
class. In EJB, the EJB client has no visibility to the bean implementation class.

@EJB
private JobLocal mailJobBean;
[Message sent by forum member 'ksak' (ksak)]

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