Hi Eric, Actually OWB returns proxy to client that implements clients preference interface when using getReference of BeanManager. This proxy internally uses EJB proxy instance that implements all of local interfaces.
Thanks, --Gurkan ________________________________ From: Eric Covener <[email protected]> To: [email protected] Sent: Sun, August 15, 2010 11:43:39 PM Subject: Re: svn commit: r985746 - in /openwebbeans/trunk: webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common/component/ webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common/util/ webbeans-openejb/src/main/java/org/apache/webbeans/ejb/ webbeans-op On Sun, Aug 15, 2010 at 4:25 PM, <[email protected]> wrote: > Author: gerdogdu > Date: Sun Aug 15 20:25:31 2010 > New Revision: 985746 > > URL: http://svn.apache.org/viewvc?rev=985746&view=rev > Log: > [OWB-439] EjbPlugin session bean proxy creation thread safe problem > I had a little difficulty following, especially as this went into the OpenEJB API. Does this basically make each ENTERPRISE bean return instances with all of the local interfaces as types?
