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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...