Try remove the line that reads:
Context myEnv = (Context) initial.lookup("java:comp/env");
and change the following line to:
Object objref = initial.lookup("ejb/ConverterBean");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961653#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...