Silently failing declarative services?

2016-08-01 Thread list+org . apache . felix
https://github.com/io7m/osgitest-20160801/blob/master/service0-api/src/main/java/com/io7m/service0/api/SpeakerType.java https://github.com/io7m/osgitest-20160801/blob/master/service0-api/pom.xml Old-style BundleActivator-based service: https://github.com/io7m/osgitest-20160801/blob/master/ser

Re: Silently failing declarative services?

2016-08-01 Thread Frank Lyaruu
ule: > > > https://github.com/io7m/osgitest-20160801/blob/master/service0-api/src/main/java/com/io7m/service0/api/SpeakerType.java > > https://github.com/io7m/osgitest-20160801/blob/master/service0-api/pom.xml > > Old-style BundleActivator-based service: > > > https:/

Re: Silently failing declarative services?

2016-08-01 Thread list+org . apache . felix
Hello. On 2016-08-01T17:32:54 +0200 Frank Lyaruu wrote: > I think you need a bundle providing the SCR runtime: > > http://felix.apache.org/documentation/subprojects/apache-felix-service-component-runtime.html > > Without a DS implementation it simple won't do anything. > > regards, Frank >

Re: Silently failing declarative services?

2016-08-01 Thread Simon Chemouil
list+org.apache.fe...@io7m.com a écrit le 01/08/2016 18:16 : > I don't see a compiled bundle anywhere, only source code. Is there one > available, or do I need to build it? http://felix.apache.org/downloads.cgi or straight from Maven Central. It's also good to have an implementation of Metatype

Re: Silently failing declarative services?

2016-08-01 Thread list+org . apache . felix
On 2016-08-01T18:26:33 +0200 Simon Chemouil wrote: > list+org.apache.fe...@io7m.com a écrit le 01/08/2016 18:16 : > > I don't see a compiled bundle anywhere, only source code. Is there one > > available, or do I need to build it? > > http://felix.apache.org/downloads.cgi > > or straight from

Re: Silently failing declarative services?

2016-08-01 Thread Benson Margulies
Is your @Component set up with immediate=true? On Mon, Aug 1, 2016 at 1:08 PM, wrote: > On 2016-08-01T18:26:33 +0200 > Simon Chemouil wrote: > > > list+org.apache.fe...@io7m.com a écrit le 01/08/2016 18:16 : > > > I don't see a compiled bundle anywhere, only source code. Is there one > > > avai

Re: Silently failing declarative services?

2016-08-01 Thread list+org . apache . felix
Hello. On 2016-08-01T13:09:57 -0400 Benson Margulies wrote: > Is your @Component set up with immediate=true? > It wasn't. Now it is: g! install service0-provider-declarative/target/service0-provider-declarative-0.1.0.jar Bundle ID: 9 g! start 9 DEBUG: WIRE: [com.io7m.experimental.service0-pr