Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread David Bosschaert
Hi Sergey, I think you need to dive a little deeper to see what the actual problem is. Let me know if you need help with this. Cheers, David On 28 June 2010 12:31, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi David So (version=2.1.0) does not intersect with

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Daniel Kulp
Maybe a startup ordering problem. I see a couple CXF bundles started before the JAX-WS API bundle. Thus, they MAY get the 0.0 version from the runtime, but those that start after the jax-ws api bundle would get the 2.1 version from the bundle. Dan On Monday 28 June 2010 7:39:39 am

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Sergey Beryozkin
Hi Eoghan ServiceMix is shipping the config.properties and they may be specific to a specific Felix version ? Similarly for Equinox (even though most of the config.properties are probably reusable across diff versions) DOSGI RI does only ship the fragments of config properties which are built

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Eoghan Glynn
On 28 June 2010 18:19, Sergey Beryozkin sberyoz...@gmail.com wrote: ServiceMix is shipping the config.properties and they may be specific to a specific Felix version Well part of the config.props is version-specific (i.e. the exact version of equinox/felix framework to use), but not so much

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Sergey Beryozkin
On Mon, Jun 28, 2010 at 7:20 PM, Eoghan Glynn eogl...@gmail.com wrote: On 28 June 2010 18:19, Sergey Beryozkin sberyoz...@gmail.com wrote: ServiceMix is shipping the config.properties and they may be specific to a specific Felix version Well part of the config.props is version-specific