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