[jboss-user] [Beginner's Corner] - Re: ClassNotFoundException using EJB in RESTfull Application
h3llghost
do-not-reply at jboss.com
Thu Jan 12 11:44:40 EST 2012
h3llghost [https://community.jboss.org/people/h3llghost] created the discussion
"Re: ClassNotFoundException using EJB in RESTfull Application"
To view the discussion, visit: https://community.jboss.org/message/646512#646512
--------------------------------------------------------------
import de.h3llghost.data.DataAccessObjectRemote;
@ApplicationPath("services")
public class RESTService extends Application {
@EJB(lookup="java:module/DataAccessObject")
protected DataAccessObjectRemote dao;
}
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/646512#646512]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120112/a58c93c6/attachment.html
More information about the jboss-user
mailing list