Re: Loading HTTP OSGI transport only when needed

2010-01-19 Thread Sergey Beryozkin
11:14 AM Subject: Re: Loading HTTP OSGI transport only when needed Hi Sergey, In CXF-DOSGi we have the option to use a similar mechanism, whereby we're registering CXFNonSpringServlets with pax web (through the OSGi HTTP Service) to make them available. The way it's done is one servle

Re: Loading HTTP OSGI transport only when needed

2010-01-19 Thread David Bosschaert
Hi Sergey, In CXF-DOSGi we have the option to use a similar mechanism, whereby we're registering CXFNonSpringServlets with pax web (through the OSGi HTTP Service) to make them available. The way it's done is one servlet per service which means that they don't have to share a context, but they do s

Re: Loading HTTP OSGI transport only when needed

2010-01-18 Thread Sergey Beryozkin
Hi I'm thinking of removing the http-osgi dependency from cxf-minimal and cxf-jaxrs bundles only. Here're the reasons why : 1. The issue has been reported against a CXF JAX-RS bundle 2. CXF Minimal is used by DOSGi RI which uses its own (more dynamic) approach toward allocating contexts (I'd