I see the following in the frameworks default.properties file:
# Default packages exported by system bundle.
org.osgi.framework.system.packages=org.osgi.framework; version=1.6.0, \
So if system bundle is not exporting that version, then I'd have to
guess that something else in your setup is messing with the default
configuration of the framework.
-> richard
On 6/8/12 12:14 , Stefan Wachter wrote:
Hi all,
I use the Felix servlet bridge. Now I wanted to upgrade the CXF dOSGI
bundles to version 1.3.1. These bundles require package
org.osgi.framework at least at version=1.5. Yet this package is
exported by the system bundle
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>4.0.2</version>
</dependency>
in the version 1.4.
Does anyone know how to configure the servlet bridge such that version
1.5 of the mentioned package is provided by Felix?
Best regards and many thanks
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]