JBoss Community

Re: ClassNotFoundException using EJB in RESTfull Application

created by Peter Johnson in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community