Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ecf-dev] File based RFC119 discovery?

> > Therefore my question: Is this already supposed to work? If yes: any
> > idea what's missing in my setup?
> 
> It used to work around EclipseCon. Since, we have done a couple of
> refactorings which might have caused the glue between ECF and SEN's
> (outstanding) file based discovery contribution to break. Please file a
> bug report with the full stacktrace and a few steps how to reproduce or
> even better attach a test case if possible and I will get to it. :-)

Here's we are: https://bugs.eclipse.org/bugs/show_bug.cgi?id=277803
My test bundles are attached, and include launch configurations that should
reproduce the error.

BTW, there is another NPE in my *server* bundle, when I do not activate any
service discovery provider (or only the local provider, but neither jSLP nor JmDNS):

java.lang.NullPointerException
	at org.eclipse.ecf.internal.osgi.services.discovery.ServicePublicationHandler.handleServicePublication(ServicePublicationHandler.java:257)
	at org.eclipse.ecf.internal.osgi.services.discovery.ServicePublicationHandler.addingService(ServicePublicationHandler.java:159)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)

Is this ok? Or should I file another issue? 

Cheers,
Juergen.



Back to the top