[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: ws1 not bound
anders.hedstrom
do-not-reply at jboss.com
Fri Sep 8 08:32:11 EDT 2006
Try changing this line:
ses = (Session) ctx.lookup("ws1/SessionTestBean/remote");
to:
ses = (Session) ctx.lookup("SessionTestBean/remote");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970334#3970334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970334
More information about the jboss-user
mailing list