[jboss-user] [JBoss AOP] - Re: How to access an EJB 3.0 from an Interceptor
Giordacchio++
do-not-reply at jboss.com
Fri Nov 10 12:21:57 EST 2006
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#3984987
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984987
More information about the jboss-user
mailing list