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#3967675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967675
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to