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