Re: Generating a repository.xml for Felix OBR

2014-05-05 Thread David Bosschaert
Just a quick update on this... I have added an OSGi spec-compliant Repository Service to OBR. At this point all the OSGi Repository 1.0 CT tests pass with it. For more details see https://issues.apache.org/jira/browse/FELIX-4368 (and sub-issues). I haven't tried it in anger yet, so it would be

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread David Bosschaert
I started implementing the OSGi Repository service API for Felix OBR [1]. Currently I'm taking the approach of providing this service as a façade over the existing OBR functionality. So it's backward compatible, although I think that for certain things the main OBR code may need to be enhanced.

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread Felix Meschberger
Perfect. Thanks, David I think this code deserves some love :-) Regards Felix Am 31.01.2014 um 11:15 schrieb David Bosschaert david.bosscha...@gmail.com: I started implementing the OSGi Repository service API for Felix OBR [1]. Currently I'm taking the approach of providing this service as

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread Ferry Huberts
On 31/01/14 11:15, David Bosschaert wrote: I started implementing the OSGi Repository service API for Felix OBR [1]. Currently I'm taking the approach of providing this service as a façade over the existing OBR functionality. So it's backward compatible, although I think that for certain

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread David Bosschaert
On 31 January 2014 10:28, Ferry Huberts maili...@hupie.com wrote: So you're going to provide an R5 index, derived from OBR? If you're talking about an R5-compliant xml, no I wasn't planning on providing that, but I am planning to extend the Felix OBR runtime so that its able to read it. I think

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread Ferry Huberts
On 31/01/14 11:38, David Bosschaert wrote: On 31 January 2014 10:28, Ferry Huberts maili...@hupie.com wrote: So you're going to provide an R5 index, derived from OBR? If you're talking about an R5-compliant xml, no I wasn't planning on providing that, but I am planning to extend the Felix

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread David Bosschaert
On 31 January 2014 10:46, Ferry Huberts maili...@hupie.com wrote: On 31/01/14 11:38, David Bosschaert wrote: On 31 January 2014 10:28, Ferry Huberts maili...@hupie.com wrote: So you're going to provide an R5 index, derived from OBR? If you're talking about an R5-compliant xml, no I

Re: Generating a repository.xml for Felix OBR

2014-01-31 Thread Ferry Huberts
On 31/01/14 11:50, David Bosschaert wrote: On 31 January 2014 10:46, Ferry Huberts maili...@hupie.com wrote: On 31/01/14 11:38, David Bosschaert wrote: On 31 January 2014 10:28, Ferry Huberts maili...@hupie.com wrote: So you're going to provide an R5 index, derived from OBR? If