RE: PAX URL and split packages

2010-01-07 Thread Ching, Craig
Ah, yeah, I've just had a "Duh!" moment reading your response. Thanks Alin, I appreciate the help! Cheers, Craig From: Alin Dreghiciu [mailto:adreghi...@gmail.com] Sent: Thursday, January 07, 2010 9:05 AM To: Ching, Craig Cc: general@lists.ops4j.org Subject: Re: PAX URL and

Re: PAX URL and split packages

2010-01-07 Thread Alin Dreghiciu
rapping the set of jars into one big bundle. > > > > Cheers, > Craig > > > > *From:* Alin Dreghiciu [mailto:adreghi...@gmail.com] > *Sent:* Thursday, January 07, 2010 3:48 AM > *To:* Ching, Craig > > *Cc:* general@lists.ops4j.org > *Subject:* Re: PAX

RE: PAX URL and split packages

2010-01-07 Thread Ching, Craig
: Re: PAX URL and split packages Craig, Do you get the NoClassDefFoundError from a third bundle (your bundle) which is importing that package? On Wed, Jan 6, 2010 at 6:53 PM, Ching, Craig mailto:craig_ch...@bmc.com>> wrote: Hi, I have a problem with a vendor jar file not being a bundl

Re: PAX URL and split packages

2010-01-07 Thread Alin Dreghiciu
Craig, Do you get the NoClassDefFoundError from a third bundle (your bundle) which is importing that package? On Wed, Jan 6, 2010 at 6:53 PM, Ching, Craig wrote: > Hi, > > I have a problem with a vendor jar file not being a bundle. In > development, we wrap the jar (actually, we wrap a set of

RE: PAX URL and split packages

2010-01-06 Thread Ching, Craig
, Craig > Sent: Wednesday, January 06, 2010 1:11 PM > To: Douglas C. Grove > Cc: general@lists.ops4j.org > Subject: RE: PAX URL and split packages > > > Hi Craig, > > > > Trust me on this one, you don't want to go down the split-package > > route. > &

RE: PAX URL and split packages

2010-01-06 Thread Ching, Craig
> Hi Craig, > > Trust me on this one, you don't want to go down the split-package > route. > Been there, done that. > > The long answer is that while OSGi technically supports split packages, > they are heavily discouraged. Past that, you have many other issues. > You see, it is not just base OS

Re: PAX URL and split packages

2010-01-06 Thread Douglas C. Grove
Hi Craig, Trust me on this one, you don't want to go down the split-package route. Been there, done that. The long answer is that while OSGi technically supports split packages, they are heavily discouraged. Past that, you have many other issues. You see, it is not just base OSGi support for spl

PAX URL and split packages

2010-01-06 Thread Ching, Craig
Hi, I have a problem with a vendor jar file not being a bundle. In development, we wrap the jar (actually, we wrap a set of jars because of problems with split packages) and build and test against that. But we're not sure of the legalities of redistributing the vendor's jar files. So I was t