in the jsfejb3 example in the getting started guide, the client class 
TodoBean.java has the following lines. 

      InitialContext ctx = new InitialContext();
      return (TodoDaoInt) ctx.lookup("jsfejb3/TodoDao/local");

However none of the configuration files specity this binding in JNDI. Does 
anyone know how to bind this name in the JNDI java:comp context.

Thank you


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144319#4144319

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144319
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to