One small correction. In Eclipse 3.3 the org.osgi.framework.bootdelegation property is *not* set by default. Unfortunately Eclipse still needs to give boot access by default to reduce the amount of compatibility issues with previous versions of Eclipse (and OSGi R3) where everything from boot came for free. To do this there is a compatibility options osgi.compatibility.bootdelegation which is set to true by default. This option does a search boot last when enabled. Try setting this property to false either as a java system property (-Dosgi.compatibility.bootdelegation=false) or by setting osgi.compatibility.bootdelegation=false in your config.ini.
Tom
From: Niclas Hedhman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], OSGi Developer Mail List
<[email protected]>
Date: 01/30/2008 06:47 AM
Subject: Re: [osgi-dev] Problem using xalan and endorsed extensions clash
On Wednesday 30 January 2008 18:09, Mike Gould wrote:
> Any light anyone can cast on this would be appreciated I'm at a
> complete loss now.
I would suspect that the default boot delegation is at work here, since
that
is default "on" in Equinox.
Try to set org.osgi.framework.bootdelegation=false, probably in config.ini
(not very good with Eclipse)
Cheers
--
Niclas Hedhman, Software Developer
I live here; http://tinyurl.com/2qq9er
I work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug
_______________________________________________
OSGi Developer Mail List
[email protected]
http://www2.osgi.org/mailman/listinfo/osgi-dev
<<inline: graycol.gif>>
<<inline: ecblank.gif>>
_______________________________________________ OSGi Developer Mail List [email protected] http://www2.osgi.org/mailman/listinfo/osgi-dev
