Re: Same code in bundle and system bundle results in verify error

2015-01-12 Thread Benson Margulies
My idea that this has to do with system bundle versus not is wrong. I'm still debugging.

Re: Same code in bundle and system bundle results in verify error

2015-01-12 Thread Benson Margulies
On Mon, Jan 12, 2015 at 11:52 AM, Richard S. Hall he...@ungoverned.org wrote: On 1/12/15 11:42 , Benson Margulies wrote: My idea that this has to do with system bundle versus not is wrong. I'm still debugging. Is it a single package you are talking about or is it a couple of packages with

Same code in bundle and system bundle results in verify error

2015-01-12 Thread Benson Margulies
Due to a bug, I've got a bundle installed in my container that exports a package that is also exported from the system bundle. Here's the effect. Questions: is this supposed to be wrong? is this supposed to be the diagnosis? 381 [main] INFO com.basistech.rlije.osgi.impl.RliServiceFactory -

Re: Same code in bundle and system bundle results in verify error

2015-01-12 Thread Richard S. Hall
On 1/12/15 11:42 , Benson Margulies wrote: My idea that this has to do with system bundle versus not is wrong. I'm still debugging. Is it a single package you are talking about or is it a couple of packages with uses constraints among them? - richard