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 use

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 org.w3c.dom.ra

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

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 wrote: > 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-OpenSC

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