Problems with cxf-xjc-plugin

2012-06-02 Thread fitzcaraldo
Hi I am trying to get a simple xsd2java example working using an external jaxb bindings file to change the default Calendar format My pom looks like this: org.apache.cxf cxf-xjc-plugin 2.3.0 org.apache.cxf.xjcplugins:cxf-xj

Re: cxf 2.6.0 deploy into karaf 2.2.5

2012-04-30 Thread fitzcaraldo
Thanks for your help Christian. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-2-6-0-deploy-into-karaf-2-2-5-tp5672113p5675106.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: cxf 2.6.0 deploy into karaf 2.2.5

2012-04-29 Thread fitzcaraldo
Thanks for help Christian. I've gone back to basics. I followed your blog here: http://www.liquid-reality.de/display/liquid/2011/12/22/Karaf+Tutorial+Part+4+-+CXF+Services+in+OSGi http://www.liquid-reality.de/display/liquid/2011/12/22/Karaf+Tutorial+Part+4+-+CXF+Services+in+OSGi The only ch

cxf 2.6.0 deploy into karaf 2.2.5

2012-04-28 Thread fitzcaraldo
OK I have followed Christian's post to install the CXF 2.6.0 bundles into karaf 2.2.5 as described at the bottom of this page: http://www.liquid-reality.de/display/liquid/2012/01/20/Big+improvements+for+CXF+in+OSGi+ahead+with+version+2.6.0 http://www.liquid-reality.de/display/liquid/2012/01/20/Big

Re: CXF 2.6.0 problem with cxf-codegen-plugin

2012-04-27 Thread fitzcaraldo
Thanks Dan I was running with just the following cxf dependencies in my pom. org.apache.camel camel-cxf ${camel.version} org.apache.cxf cxf-rt-transports-http-jetty ${cxf.version} When I added thes

CXF 2.6.0 problem with cxf-codegen-plugin

2012-04-27 Thread fitzcaraldo
I have upgraded some test projects to CXF 2.6.0 and they all barf on the above plugin with the following: Execution generate-sources of goal org.apache.cxf:cxf-codegen-plugin:2.6.0:wsdl2java failed. ExtensionException: org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder Worked fine on