Peter Johnson [
https://community.jboss.org/people/peterj] created the discussion
"Re: ClassNotFoundException using EJB in RESTfull Application"
To view the discussion, visit:
https://community.jboss.org/message/646520#646520
--------------------------------------------------------------
Try these (often the 'java:app/' is implied)
@EJB(lookup="Backend/DataAccessObject")
@EJB(lookup="Backend/DataAccessObject!de.h3llghost.data.DataAccessObjectRemote")
If that doesn't help, perhaps someone with more AS 7 experience can jump in and help.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/646520#646520]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]