[jboss-dev-forums] [Design of EJB 3.0] - Re: Annotated EJB References in MappedReferenceMetadataDeplo
ALRubinger
do-not-reply at jboss.com
Thu May 8 12:07:54 EDT 2008
"scott.stark at jboss.org" wrote : So what happens when there is a getLocal() and BusinessLocal interfaces?
Should be as follows by default:
* /local > Proxy implementing all Local Business Interfaces
* /remote > Proxy implementing all Remote Business Interfaces
The only way to obtain a EJB 2.1 local or remote view is via its corresponding "Home.create()", so we won't bind these in JNDI directly.
Since /local and /remote above are non-deterministic in terms of "getInvokedBusinessInterface()", we'll provide mechanisms for additional lookup values that will be interface-specific.
Will make a new topic today to discuss my propositions for what objects (References, Proxies, ObjectFactories) get bound where in order to achieve this.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149512#4149512
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149512
More information about the jboss-dev-forums
mailing list