On 27/05/2010 14.47, charbel el_kaed wrote:
> 
> Hi Stefano,
> 
> This is the wiring I had:
> 
> =======================================
> 
> start 4
...
> DEBUG: WIRE: 4.0 -> javax.xml.parsers -> 0
> DEBUG: WIRE: 4.0 -> org.w3c.dom -> 20.0
> DEBUG: WIRE: 4.0 -> org.xml.sax -> 22.0


I believe that the problem is caused by the wiring above. In fact,
considering that you are using Java 6 you should have all the above
wiring should pointing at bundle 0. Felix fails to resolve the wiring to
bundle 0 because the Import-Package and Export-Package headers of bundle
20 and 22 may be not correct.
I think that the correct configuration of bundle 20 and 22 are:
 - bundle 20 and 22 import and export the packages: org.w3c.dom and
org.xml.sax
 - bundle 20 and 22 ONLY import the packages: org.w3c.dom and org.xml.sax

I hope it can help...

Reply via email to