Re: Bug or missing configuration?

2019-07-24 Thread Jean-Baptiste Onofré
Hi, You can take a look on the wiring with bundle:tree-show. You will see where the javax.net.ssl coming is coming. Anyway, it seems to be an issue with your bundle/MANIFEST. Regards JB On 24/07/2019 10:37, djawaica wrote: > The bundle is build with: > Eclipse IDE for Enterprise Java

Re: Bug or missing configuration?

2019-07-24 Thread djawaica
The bundle is build with: Eclipse IDE for Enterprise Java Developers. Version: 2019-03 (4.11.0) Build id: 20190314-1200 Confirmes to R4 and is running in Eclipse environment perfect. The class is imported: import javax.net.ssl.SSLContext; otherwise it will not be build. After build export with

Re: Bug or missing configuration?

2019-07-23 Thread David Jencks
How do you build your bundle? Does it explicitly import the package of the missing class? (it needs to) David Jencks > On Jul 23, 2019, at 11:33 AM, djawaica wrote: > > Hello together, > > I try to explain my problem as short as possible. > > Context description: > --- >