iPOJO composite and Bundle Symbolic Name

2012-06-29 Thread Mark Bools
Hi all. Very new to this iPOJO composite stuff (actually, new to the whole OSGi iPOJO thing too). I'm having an issue with some logging during startup. I've created a logger that presents an SLF4J interface and passes log messages off to the OSGi logging service, and I provide a LogListener

Re: iPOJO composite and Bundle Symbolic Name

2012-06-30 Thread Mark Bools
Gargh! Okay, silly mistake on my part. The composite jar had no Bundle-* information in it, hence no Bundle-SymbolicName and so no name being reported to the logging system. Everything now working as planned. On 29 Jun 2012, at 17:22, Mark Bools wrote: Hi all. Very new to this iPOJO

Re: iPOJO: When do imported services become available?

2012-07-04 Thread Mark Bools
. Regards, Clement On 03.07.2012, at 18:27, Mark Bools wrote: Still puzzled by this one. Any help appreciated. I've continued to poke this one with a sharp stick, but I'm not making any progress. I recently removed the (optional=true) requirement from the @Requires for the adapter

Build exception thrown by maven-ipojo-plugin 1.8.2

2012-07-09 Thread Mark Bools
When building with maven-ipojo-plugin:1.8.2 I get the following exception when doing a mvn clean install [ERROR] Failed to execute goal org.apache.felix:maven-ipojo-plugin:1.8.2:ipojo-bundle (default) on project com.itslm.omneity.data: Execution default of goal

Re: Build exception thrown by maven-ipojo-plugin 1.8.2

2012-07-10 Thread Mark Bools
Gezer wrote: Hi, Can you share your POM ? On Mon, Jul 9, 2012 at 8:58 PM, Mark Bools mark.bo...@principia-it.co.ukwrote: When building with maven-ipojo-plugin:1.8.2 I get the following exception when doing a mvn clean install [ERROR] Failed to execute goal org.apache.felix:maven

Re: Embedded Felix

2012-08-09 Thread Mark Bools
I'm not sure what's going on in your specific case (although you should not need to embed/inline your framework as this will be picked up from the bundle directory). Anyway this (http://blog.principia-it.co.uk/2012/06/18/osgi-logging-a-noobs-adventures/) may give some clues on better ways to