You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by fitzcaraldo <br...@marlo.com.au> on 2012/04/27 07:51:11 UTC

CXF 2.6.0 problem with cxf-codegen-plugin

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 2.5.1. and 2.5.2.

Any ideas?



--
View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-6-0-problem-with-cxf-codegen-plugin-tp5669301p5669301.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF 2.6.0 problem with cxf-codegen-plugin

Posted by fitzcaraldo <br...@marlo.com.au>.
Thanks Dan
I was running with just the following cxf dependencies in my pom.
<dependency>
	  <groupId>org.apache.camel</groupId>
	  <artifactId>camel-cxf</artifactId>
    		<version>${camel.version}</version>
</dependency>		
		
<dependency>
	  <groupId>org.apache.cxf</groupId>
	  <artifactId>cxf-rt-transports-http-jetty</artifactId>
	  <version>${cxf.version}</version>
</dependency>	

When I added these two it worked 	
<dependency>
	  <groupId>org.apache.cxf</groupId>
	  <artifactId>cxf-rt-frontend-jaxws</artifactId>
	  <version>${cxf.version}</version>
</dependency>	
<dependency>
	  <groupId>org.apache.cxf</groupId>
	  <artifactId>cxf-rt-transports-http</artifactId>
	  <version>${cxf.version}</version>
</dependency>	

Thanks for your help.

--
View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-6-0-problem-with-cxf-codegen-plugin-tp5669301p5671851.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF 2.6.0 problem with cxf-codegen-plugin

Posted by Daniel Kulp <dk...@apache.org>.
On Thursday, April 26, 2012 10:51:11 PM fitzcaraldo wrote:
> 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 2.5.1. and 2.5.2.
> 
> Any ideas?

Is there a stack trace for it?    Any chance on getting a small testcase?    
The samples we have in the kit build fine so I'm not really sure what would 
cause it.

Dan




> 
> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/CXF-2-6-0-problem-with-cxf-codegen-plugin
> -tp5669301p5669301.html Sent from the cxf-user mailing list archive at
> Nabble.com.
-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com