[jboss-jira] [JBoss JIRA] Closed: (EJBTHREE-773) isLocalInterceptor will invoke local bean when the proxy is remote
William DeCoste (JIRA)
jira-events at jboss.com
Fri Feb 2 09:25:26 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-773?page=all ]
William DeCoste closed EJBTHREE-773.
------------------------------------
Fix Version/s: EJB 3.0 RC10 - FD
Resolution: Done
> isLocalInterceptor will invoke local bean when the proxy is remote
> ------------------------------------------------------------------
>
> Key: EJBTHREE-773
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-773
> Project: EJB 3.0
> Issue Type: Bug
> Reporter: William DeCoste
> Assigned To: William DeCoste
> Fix For: EJB 3.0 RC10 - FD
>
>
> IsLocalInterceptor checks to see if the container is local based on the OID (e.g. jboss.j2ee:jar=stateless-test.jar,name=CheckedStatelessBean,service=EJB3) via Ejb3Registry.getContainer(oid.toString()). If the bean is deployed identically to the local and remote server and the proxy is remote, the call will still be handled locally. Checking the Ejb3Registry doesn't work in this case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list