[jboss-user] [EJB 3.0] - EJB 3.0 Simplified API

artemgolubev do-not-reply at jboss.com
Thu Sep 28 05:16:50 EDT 2006


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



More information about the jboss-user mailing list