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 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 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

LinkageError, but why?

2016-08-24 Thread Remo Liechti
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. I am wrapping an existing osgi application that was running with equinoix into a j2ee application that runs on Weblogic. After a few issues, the application deploys and run