[jboss-user] [JNDI/Naming/Network] - binding the TodoDao stateless session bean in jsfejb3

JCurious do-not-reply at jboss.com
Tue Apr 15 14:47:33 EDT 2008


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



More information about the jboss-user mailing list