In reference to EJBTHREE-1058:
Assuming:
@Remote
| public interface MyBusiness extends EJBObject
...what is the difference between the Proxy obtained via a lookup to this remote interface
and the one obtained via a home.create() call?
They are currently handled differently; one implementation specific is that when invoking
"remove" from the Proxy obtained via lookup directly to remote interface,
"dynamicInvoke" of the Container (StatefulContainer, for instance) the method
hash of the invocation is not found in the method interceptors, and a RuntimeException is
thrown before the proper call to invokeEJBObjectMethod().
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092101#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...