Questions tagged [cxf-codegen-plugin]

A Maven plugin which can generate Java artifacts from a Web Services Description Language (WSDL) file, using Apache CXF.

114 questions
0
votes
1 answer

cxf-codegen-plugin illegal configuration-file syntax

I am trying to update some web services code developed for Java 6 to Java 8. The modules use the maven cxf-codegen-plugin. The Java 6 version used cxf version 2.2.2. I was able to get it working with Java 7 by updating cxf to 2.7.9 but haven't be…
Kevin L.
  • 1
  • 3
0
votes
1 answer

Maven CXF plugin API incompatibility

I am using Maven 3.2.3 to build my project and I keep getting this weird error: [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:2.3.3:wsdl2java (generate-sources) on project ecmcodes-ws-client: Execution generate-sources of goal…
shimon001
  • 733
  • 9
  • 24
0
votes
1 answer

Get cxf-codegen-plugin to generate the Holder classes

I'm upgrading a web-service client that was previously using axis to now use CXF. Note that the web-service belongs to a 3rd party, so I have no access to modify the wsdl myself.
mystarrocks
  • 4,040
  • 2
  • 36
  • 61
0
votes
1 answer

cxf-codegen-plugin doesn't generate UTF-8-compatible files

I have this POM below which doesn't generate the files in UTF-8. The WSDL files contain XSD files which in turn use French accentuated characters like é, è, à, etc. I have no hand on the WSDL as I have to use those as they are delivered. The WSDL…
Olivier Grégoire
  • 33,839
  • 23
  • 96
  • 137
0
votes
0 answers

Using cxf in two bundles cause Exception: loader constraint violation in interface itable initialization

I use Apache CXF in some bundle A to call video from http://www.movingimage24.com/ in my Portal A. this works fine, the videos can be called from movingimage24 and displayed in my Portal A without problem. Now when I use Apache CXF in some Bundle B…
Max_Salah
  • 2,407
  • 11
  • 39
  • 68
0
votes
1 answer

UnmarshalException when getting informations from my server using SOAP

I try to create two simple projects, a server and a client, allowing me to manipulate SOAP technologies. I'm using Spring and CXF. I managed to create the server without problem. I have two entities: "Actor" and "Movie" which are for now independent…
cheb1k4
  • 2,316
  • 7
  • 26
  • 39
0
votes
1 answer

CXF wsdl2java not reading schema properly

I am using below wsdl2java plugin configured to generate java classes using WSDL. org.apache.cxf cxf-codegen-plugin 3.0.1
user620339
  • 851
  • 3
  • 20
  • 42
0
votes
2 answers

Specifying proxy for cxf-codegen-plugin

How do you specify a proxy that needs to be used by cxf-codegen-plugin. I tried specifying proxy in the maven settings.xml, but that was not picked up.
-1
votes
1 answer

Failed to execute goal org.apache.cxf:cxf-codegen-plugin:3.2.1:wsdl2java

Currently, we are using the java version Zulu 8.42.0.23-CA-win64 while updating the java version to zulu8.64.0.19-ca-jdk8.0.345-win_x64 we are facing the below error. We are facing an issue in executing the goal for the CXF:cxf-codegen-plugin…
1 2 3 4 5 6 7
8