I know I had the similar problem and I ended up going with the following piece of code and
it worked for me.
Context ctx = new InitialContext();
Object o = ctx.lookup("java:comp/env/HelloWorld");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967675#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...