Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] RemoteService with XMPP with Luna

Hi Scott,

Thanks for your response. I did not missed any plugins but I made a new
fresh install of Luna and now the remote services are working. It seems
that there was a problem with the version of the plugins. I may have
made ​​a mistake during installation. Except the build dates, the
versions seems identical, except for
org.eclipse.ecf.provider.remoteservice. I add now the
4.0.100.v20140309-0741 version, and with my previous install, this was
4.1.0.v20140528-1625.

But now I have another problem with file transfer over XMPP. The files
cannot be transfered. I have stack traces about missing classes from the
org.jivesoftware.smack jar file. 

The missing classes are :
org.jivesoftware.smackx.provider.BytestreamsProvider and
org.jivesoftware.smackx.provider.IBBProviders (and some subclasses)

The version of the jar file for smack in my Luna installation is
org.jivesoftware.smack_3.3.0.v20140309-0741.jar.

You have opened a bug few months ago which raise the same exceptions :
https://bugs.eclipse.org/bugs/show_bug.cgi?id=425454

Note that these two classes are present in older versions of smack jars.
They are present in the jars :
 * org.jivesoftware.smack_3.1.0.jar for Indigo
 * org.jivesoftware.smack_3.1.100.v20120610-1946.jar for Juno
 * org.jivesoftware.smack_3.1.100.v20130605-1748.jar for Kepler

Have you ideas about this problem ?
Thanks,

Guillaume






> > Is something changes with the Luna release in the XMPP remote services ?
> 
> No.   You seem to be missing the following plugin:
> 
> org.eclipse.ecf.provider.remoteservice
> 
> and perhaps others.   The implementation of 
> IRemoteServiceContainerAdapter is in 
> org.eclipse.ecf.provider.remoteservice and 
> org.eclipse.ecf.provider.xmpp.remoteservice fragment depends upon it.
> 
> Scott




Back to the top