Re: system.bundle not a valid osgi.wiring.host?

2012-06-01 Thread Richard S. Hall
Oops. I should have read the thread first... ;-) On 6/1/12 6:45 PM, Felix Meschberger wrote: Hi You have to add "; extension:=framework" to the Fragment-Host header, as in Fragment-Host = system.bundle; extension:=framework Regards Felix Am 02.06.2012 um 00:28 schrieb Allen Lau: Hi, I t

Re: system.bundle not a valid osgi.wiring.host?

2012-06-01 Thread Richard S. Hall
Check the spec for Fragment-Host when specifying system bundle extensions...I believe you have to set a directive telling which type of extension you are creating. -> richard On 6/1/12 6:28 PM, Allen Lau wrote: Hi, I think this is a bug, but not totally sure. Trying to attach a fragment to t

Re: system.bundle not a valid osgi.wiring.host?

2012-06-01 Thread Allen Lau
Thanks Felix, that did it. On Fri, Jun 1, 2012 at 3:45 PM, Felix Meschberger wrote: > Hi > > You have to add "; extension:=framework" to the Fragment-Host header, as in > > Fragment-Host = system.bundle; extension:=framework > > Regards > Felix > > Am 02.06.2012 um 00:28 schrieb Allen Lau: > > >

Re: system.bundle not a valid osgi.wiring.host?

2012-06-01 Thread Felix Meschberger
Hi You have to add "; extension:=framework" to the Fragment-Host header, as in Fragment-Host = system.bundle; extension:=framework Regards Felix Am 02.06.2012 um 00:28 schrieb Allen Lau: > Hi, I think this is a bug, but not totally sure. > > Trying to attach a fragment to the system.bundle

system.bundle not a valid osgi.wiring.host?

2012-06-01 Thread Allen Lau
Hi, I think this is a bug, but not totally sure. Trying to attach a fragment to the system.bundle in order to export some javax.xml* packages with a different version than what is already exported by the system.bundle, However, when specifying a system.bundle, my fragment does not get attached. A