Re: CXF Example OSGi

2013-04-14 Thread Christian Müller
It works now for the camel 2.10.5-SNAPSHOT without the import of the cxf.xml. But it still doesn't work in Camel 2.11.0 and 2.12-SNAPSHOT. It would be great if you could have a look at it: https://issues.apache.org/jira/browse/CAMEL-6257 Best, Christian On Wed, Apr 10, 2013 at 3:19 AM, Willem ji

Re: CXF Example OSGi

2013-04-09 Thread Willem jiang
Just as Dan said we don't need that import, as the CXF bus will take care of it. @Christian, I will revisit this issue when I get some time today. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blo

Re: CXF Example OSGi

2013-04-09 Thread Daniel Kulp
On Apr 9, 2013, at 3:16 PM, Christian Müller wrote: > dev:dynamic-import will resolve this > issue. It's the missing import of > > Apache CXF Runtime Core (116): META-INF.cxf; version=2.6.6 > > which cause this issue. > I will resolve this for Camel 2.10.5 and 2.11.1 and add a note to the k

Re: CXF Example OSGi

2013-04-09 Thread Christian Müller
dev:dynamic-import will resolve this issue. It's the missing import of Apache CXF Runtime Core (116): META-INF.cxf; version=2.6.6 which cause this issue. I will resolve this for Camel 2.10.5 and 2.11.1 and add a note to the know issues. Thanks for reporting! Best, Christian On Tue, Apr 9, 20