Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] problems with XMPPContainer and IRemoteServiceContainerAdapter

On 10/14/2010 05:35 PM, Scott Lewis wrote:
> Just to follow up with an explanation of why this fragment is
> necessary:  the xmpp.remoteservice bundle re-uses the ECF generic
> implementation of the IRemoteServiceContainerAdapter...it does this by
> creating an IAdapterFactory extension (specifically,
> XMPPRemoteServiceAdapterFactory).
> 
> This extension is then processed and used to respond with non-null
> IRemoteServiceContainerAdapter in the return super.getAdapter(clazz); in
> the XMPPContainer impl of getAdapter(Class clazz).
> 
> So that fragment is now necessary (along with it's dependency on
> org.eclipse.ecf.provider.remoteservice) to get/use the
> IRemoteServiceContainerAdapter for xmpp.

For reference, the corresponding bug is #321708.

Markus

[0] https://bugs.eclipse.org/321708


Back to the top