Hi, I'm now usign this code:
| context = new InitialContext();
| System.out.println(" my context name is" + context.getNameInNamespace());
| login = (LoginAction) context.lookup("...my jndi string....");
|
|
...but the name is empty !! and the lookup throws exception !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984987#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...