missing packages in reexported JDK 1.6 package list ?

2012-08-03 Thread Pierre De Rop
Hi everyone; I'm using Felix framework 4.0.2 and jdk 1.6.0-OpenSCG-Build-24, and I have a problem with a legacy bundle from our product, which tries to load the following JDK 1.6 packages using DynamicImport-Package: *: org.w3c.dom.traversal org.w3c.dom.ranges (I know it is a bad practice to

Re: missing packages in reexported JDK 1.6 package list ?

2012-08-03 Thread Richard S. Hall
On 8/3/12 09:18 , Pierre De Rop wrote: Hi everyone; I'm using Felix framework 4.0.2 and jdk 1.6.0-OpenSCG-Build-24, and I have a problem with a legacy bundle from our product, which tries to load the following JDK 1.6 packages using DynamicImport-Package: *: org.w3c.dom.traversal

Re: missing packages in reexported JDK 1.6 package list ?

2012-08-03 Thread Stuart McCulloch
On 3 Aug 2012, at 14:18, Pierre De Rop wrote: Hi everyone; I'm using Felix framework 4.0.2 and jdk 1.6.0-OpenSCG-Build-24, and I have a problem with a legacy bundle from our product, which tries to load the following JDK 1.6 packages using DynamicImport-Package: *: org.w3c.dom.traversal

Re: missing packages in reexported JDK 1.6 package list ?

2012-08-03 Thread Pierre De Rop
Hi Richard, Thanks for the information, I will use the org.osgi.framework.system.packages.extra property. regards; /Pierre On Fri, Aug 3, 2012 at 4:40 PM, Richard S. Hall he...@ungoverned.orgwrote: On 8/3/12 09:18 , Pierre De Rop wrote: Hi everyone; I'm using Felix framework 4.0.2 and jdk

Re: missing packages in reexported JDK 1.6 package list ?

2012-08-03 Thread Pierre De Rop
Hi Stuart, yes it works by adding the missing packages in the extra property. thanks /Pierre On Fri, Aug 3, 2012 at 4:44 PM, Stuart McCulloch mccu...@gmail.com wrote: On 3 Aug 2012, at 14:18, Pierre De Rop wrote: Hi everyone; I'm using Felix framework 4.0.2 and jdk