[jboss-user] [Installation, Configuration & Deployment] - Re: javax.naming.NameNotFoundException

jaikiran do-not-reply at jboss.com
Tue Aug 1 09:25:39 EDT 2006


Re-read your first post and this should be the correct thing:

String jndiName = "PromotionLocal";
  | Object objRef = initialContext.lookup(jndiName);

Your bean is bound in global jndi namespace.

Try it out.

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

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



More information about the jboss-user mailing list