[JBoss-user] [EJB 3.0] - Re: Distinguish between remote and local call

2006-05-27 Thread martin ganserer
Hello Bill, do you see any chance that you guys will implement this method in one of the next releases? I am not sure if other developers need this feature but it would be really interesting for our custom security system where we only want to check authorization of a method if the call came fr

[JBoss-user] [EJB 3.0] - Re: Distinguish between remote and local call

2006-05-26 Thread [EMAIL PROTECTED]
Actually, SessionContext has a method on it getInvokedBusinessInterface() but unfortunately, we haven't implemented it yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946987#3946987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: Distinguish between remote and local call

2006-05-26 Thread [EMAIL PROTECTED]
isn't that the purpose of having separate remote and local interfaces? you are probably doing the design pattern where your EJB has one main interface that extends both the remote and local (where the method names/sigs are identical). You would have to abandon that design pattern and use the re