Hi,
I trying to use remote interface for my session bean in my servlet:
public class AddUserController extends HttpServlet {
@EJB public UserDAO userDAO;
...
remote interface is described this way:
@Remote public interface UserDAO {
...
but userDAO is null
Can I use Simplified API with servlets?
Does it work in JBoss?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974802#3974802
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974802
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user