[jboss-user] [Beginners Corner] - Re: ejb not bound?

a.rubalcaba do-not-reply at jboss.com
Sat Aug 26 20:01:59 EDT 2006


I know I had the similar problem and I ended up going with the following piece of code and it worked for me.

Context ctx = new InitialContext();
			Object o = ctx.lookup("java:comp/env/HelloWorld");
			

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967675



More information about the jboss-user mailing list