Right, is this supposed to work?
public class SomeServlet extends HttpServlet {
@EJB TravelAgentLocal agent;
@PersistenceContext(unitName="titan") EntityManager em;
...
}
Both are null by doGet().
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037164#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...