PS - using camel example rel 2.12.1 & rel 2.12.3
On Sat, Mar 1, 2014 at 12:17 AM, David Parker <dfpar...@gmail.com> wrote: > Camel experts, > > please point me in a helpful direction to resolve an issue in ALL CXF > examples - there is a common wsdl2java failure at generate-sources maven > phase; e.g., > > [ERROR] Failed to execute goal > org.apache.cxf:cxf-codegen-plugin:2.7.10:wsdl2java (generate-sources) on > project camel-example-cxf: Execution generate-sources of goal > org.apache.cxf:cxf-codegen-plugin:2.7.10:wsdl2java failed: A required class > was missing while executing > org.apache.cxf:cxf-codegen-plugin:2.7.10:wsdl2java: org/apache/cxf/Bus > [ERROR] ----------------------------------------------------- > [ERROR] realm = plugin>org.apache.cxf:cxf-codegen-plugin:2.7.10 > > Tactics tried already: > > - versions of Xerces-J-bin (2.11, 2.8) > - add cxf-codegen-plugin:2.7.10 bundle > - add cxf-bundle-jaxrs-2.7.10 dependency (access to org.apache.cxf.Bus) > - invoke compile goal from STS 3.4.0 & cmd line Apache Maven 3.1.1 > - Alternative jars added to "endorsed" java dir as well as project > libs. > > Helpful pointers appreciated! > > Regards, > > /Dev >