Hi Richard,

many thanks - you hinted me into the right direction. The problem is that the Felix servlet bridge comes with a custom framework.properties file (cf. http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/src/main/webapp/WEB-INF/framework.properties) because it also adds the javax.servlet, and javax.servlet.http package. This file has not been updated for a while and still contains the line:

org.osgi.framework; version=1.4.0, \

I will see how the default.properties can be tweaked to include the servlet API.

Thanks again!

Stefan

Am 08.06.2012 19:46, schrieb Richard S. Hall:
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to