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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
