I posted a bug a few weeks back and the thought was a new version is coming
soon. Since it was more of an annoyance I decided to wait. I am now having
an intermittent problem with a service not getting activated. Here is a
snippet from the log

2013-10-29 10:49:27 4
[com.candata.core.server.impl.ServiceConfigurationImpl]
getParameterClass: Found class
com.candata.core.server.services.RunAsService
com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 4
[com.candata.core.server.impl.ServiceConfigurationImpl] doFindMethod:
No method taking ServiceReference found, checking method taking
com.candata.core.server.services.RunAsService
com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 4
[com.candata.core.server.impl.ServiceConfigurationImpl] Found bind
method: protected void
com.candata.core.server.impl.ServiceConfigurationImpl.setRunAsService(com.candata.core.server.services.RunAsService)
com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 4 [com.candata.core.server.impl.ServiceRunnerImpl]
dependency map already present, do not collect dependencies
com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 4 [com.candata.core.server.impl.ServiceRunnerImpl]
getService did not win collecting dependencies, try creating object
anyway. com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 3 FrameworkEvent WARNING
com.candata.core.server_1.0.0 [141] null null
2013-10-29 10:49:27 2
[com.candata.core.server.impl.ServiceConfigurationImpl] Could not get
service from ref {com.candata.core.server.services.ServiceRunner,
com.candata.core.server.services.RunAsService}={component.name=com.candata.core.server.impl.ServiceRunnerImpl,
 component.id=233, service.id=91} com.candata.core.server_1.0.0 [141] null null

 If -> getService did not win collecting dependencies, try creating object
anyway

then the service never gets activated , if it wins then it does.  I
can see by the logs that the service is registered with OSGI farther
up


2013-10-29 10:49:27 3 ServiceEvent REGISTERED
com.candata.core.server_1.0.0 [141]
{com.candata.core.server.services.ServiceRunner,
com.candata.core.server.services.RunAsService}={component.name=com.candata.core.server.impl.ServiceRunnerImpl,
component.id=233, service.id=91} null

Is the next release soon? Or has this code not changed and could be
considered a bug

Reply via email to