If you are looking up the PromotionLocal bean then your jndiName should be
java:comp/env/ejb/PromotionLocal and your code should look like:
String jndiName = "java:comp/env/ejb/PromotionLocal";
| Object objRef = initialContext.lookup(jndiName);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962060#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...