Andrew Lacy Burks created CXF-4538: -------------------------------------- Summary: cxf-codegen-plugin wsdl2java fails when you have nested projects Key: CXF-4538 URL: https://issues.apache.org/jira/browse/CXF-4538 Project: CXF Issue Type: Bug Components: WS-* Components Affects Versions: 2.6.2 Environment: Linux Reporter: Andrew Lacy Burks Priority: Critical
In my wsdl, I am importing and xsd from another maven project and I provide a relative path to the xsd. When executing mvn clean install on this sub-project, call it project A, the project builds as expected. After navigating to Project A's parent project and executing mvn clean install, I receive a java.io.FileNotFoundException because the relative path provided in the import of Project A's wsdl was relative to Project A. I can only assume that wsdl2java uses the "current build directory" when applying the schemaLocation attribute from an import. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira