RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
> In your case it looks like the API is needed on the outside of the OSGi > Framework, because it’s on the classpath of the webapp. This means you have > to export it from the system bundle by setting the > org.osgi.framework.system.packages.extra property. If you do this you can > remove the copy

Re: LinkageError, but why?

2016-08-25 Thread Neil Bartlett
> On 25 Aug 2016, at 10:40, Remo Liechti wrote: > > >> Unless I have misunderstood you, that sounds like two places from which the >> type is loaded: the lib folder of the web application (i.e. the application >> classpath >> on which the OSGi Framework), and a bundle. That’s almost certainly

RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
> Unless I have misunderstood you, that sounds like two places from which the > type is loaded: the lib folder of the web application (i.e. the application > classpath > on which the OSGi Framework), and a bundle. That’s almost certainly the source > of the conflict. Yes, you are right. The Clas

Re: LinkageError, but why?

2016-08-25 Thread Neil Bartlett
ow anything about it. > > Thanks, > Remo > > > >> -Original Message- >> From: Neil Bartlett [mailto:njbartl...@gmail.com] >> Sent: Donnerstag, 25. August 2016 08:41 >> To: dev@felix.apache.org >> Subject: Re: LinkageError, but why?

RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
e business logic/api calls. Thanks, Remo > -Original Message- > From: Neil Bartlett [mailto:njbartl...@gmail.com] > Sent: Donnerstag, 25. August 2016 08:41 > To: dev@felix.apache.org > Subject: Re: LinkageError, but why? > > > > On 25 Aug 2016, at 07:23, Remo Liecht

Re: LinkageError, but why?

2016-08-24 Thread Neil Bartlett
> On 25 Aug 2016, at 07:23, Remo Liechti wrote: > > Hi guys > > I send this to you since this seems like a more technical issue than the > felix user mailing list can help me with. Not really… folks on that list can handle any level of technicality (they are mostly the same folks as on this