NoSuchMethodException thrown for some services [message #629347] |
Mon, 27 September 2010 17:42  |
Eclipse User |
|
|
|
I'm having an issue where I'm getting a NoSuchMethodException when calling a method on a remote service using remote OSGI. I tracked it down to the getMethod() method in the class org.eclipse.ecf.internal.provider.r_osgi.RemoteServiceImpl. When a matching method is found and the parameters are looped through to be compared, the isAssignableFrom() call is failing because it's seeing the class from the proxy as being different from the class in my service bundle. Has anyone else ran into something like this and can give me pointers on how to resolve this? This is only happening with some of my services so any tips would be appreciated.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03173 seconds