I am not able to lookup this bean,
----------------
ictx = new InitialContext();
ictx.lookup("java:comp/env/ejb/MaterialLocal");
----------------
this was working in jboss3.2.8, and now getting error
--------
javax.naming.NameNotFoundException: MaterialLocal not bound
cannot find object: java:comp/env/ejb/MaterialLocal
--------
and i tried to lookup also "java:comp/env/MaterialLocal", but did not work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057743#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...