ReferenceRecipe waits although service is available again

2012-07-20 Thread Balázs Zsoldos
Hi, I have a problem. Please help me finding out if this is a bug or my use case is wrong. There are three bundles: - API bundle: Contains an interface A - Core bundle: Contains the implementation of A and provides it as a service - Servlet bundle: - Contains Servlet classes

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread Graham Charters
I've just committed a first attempt at a esa-maven-plugin. It largely does what the eba-maven-plugin does for OSGi Applications, but for Subsystems. The implementation's based of the eba-maven-plugin. I tidied things up a bit, removed deprecated configuration options, and added support for the S

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread Graham Charters
Oh, and I've just realized it won't do composite subsystems, because it doesn't support the explicit import/export headers. Regards, Graham. On 20 July 2012 10:03, Graham Charters wrote: > I've just committed a first attempt at a esa-maven-plugin. It largely > does what the eba-maven-plugin doe

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread Holly Cummins
Cool! That will be really useful. Do you think it - and the rest of the subsystems stuff, in fact - should be hooked into the main build? Holly On Fri, Jul 20, 2012 at 10:03 AM, Graham Charters wrote: > I've just committed a first attempt at a esa-maven-plugin. It largely > does what the eba-ma

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread David Bosschaert
Thanks Graham, I'll have a look at it soon. David On 20 July 2012 11:11, Holly Cummins wrote: > Cool! That will be really useful. Do you think it - and the rest of > the subsystems stuff, in fact - should be hooked into the main build? > > Holly > > On Fri, Jul 20, 2012 at 10:03 AM, Graham Chart

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread Graham Charters
I'd like to hear John's thoughts on Subsystem's being hooked in, but given where I believe it is, I would be in favour of doing that. Regarding the esa-maven-plugin, I think it's relatively harmless, so could be hooked in. Maybe we should let someone give it a try first? Regards, Graham. On 20

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread David Bosschaert
Hi Graham, I played with it for a little while, and first of all: nice work :) But I do have some comments/requests/questions: I used the integration test combined with the eba-maven-plugin docpage as my documentation assuming that no documentation is available yet. * I found the following in t

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread Graham Charters
Hi David, I've inlined some responses, below. Regards, Graham. On 20 July 2012 15:06, David Bosschaert wrote: > Hi Graham, > > I played with it for a little while, and first of all: nice work :) > > But I do have some comments/requests/questions: > > I used the integration test combined with the

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread David Bosschaert
Hi Graham, On 20 July 2012 16:51, Graham Charters wrote: > On 20 July 2012 15:06, David Bosschaert >> * I > found the following in the integration test: >> true >> >> false >> >> And am curious what the above configuration does. Or is it a leftover >> from the maven-bundle-plugin? > > These

RE: ReferenceRecipe waits although service is available again

2012-07-20 Thread Timothy Ward
Hi, Could you send the manifests of the three bundles, and the manifest of the updated core bundle? I'd like to check for class-space issues. Regards, Tim Date: Fri, 20 Jul 2012 10:20:25 +0200 Subject: ReferenceRecipe waits although service is available again From: balazs.zsol...@everit.biz T

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread John W Ross
Support for service dependencies still needs to be added. Also, some performance work needs to be done, particularly around the repository implementations. I'm not sure these are reasons not to include it in the build, however, and I am not against the idea. I think we may also want to hear status