[ 
https://issues.apache.org/jira/browse/AXIS-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477359#comment-13477359
 ] 

Hudson commented on AXIS-1984:
------------------------------

Integrated in axis-trunk #194 (See 
[https://builds.apache.org/job/axis-trunk/194/])
    AXIS-1984: Added XML catalog support to maven-wsdl2java-plugin. (Revision 
1398987)

     Result = SUCCESS
veithen : 
Files : 
* /axis/axis1/java/trunk
* /axis/axis1/java/trunk/axis-rt-core/src/main/java
* 
/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/wsdl/gen/Parser.java
* 
/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/wsdl/symbolTable/NullEntityResolver.java
* 
/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/wsdl/symbolTable/SymbolTable.java
* 
/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/wsdl/symbolTable/WSDLLocatorAdapter.java
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/pom.xml
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/addressing.xsd
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/catalog.xml
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/wsrf-WS-BaseFaults-1.2-draft-01.xsd
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/wsrf-WS-ResourceProperties-1.2-draft-01-impl.wsdl
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/wsrf-WS-ResourceProperties-1.2-draft-01.xsd
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/src/main/wsdl/xml.xsd
* /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/wsrf/verify.bsh
* 
/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/AbstractWsdl2JavaMojo.java
* /axis/axis1/java/trunk/test/wsdl/interop
* /axis/axis1/java/trunk/test/wsdl/wsrf

                
> WSDL2Java should use xml commons resolver to resolve xs:import/include URIs
> ---------------------------------------------------------------------------
>
>                 Key: AXIS-1984
>                 URL: https://issues.apache.org/jira/browse/AXIS-1984
>             Project: Axis
>          Issue Type: Improvement
>          Components: WSDL processing
>    Affects Versions: 1.2
>         Environment: General (tested on Windows, Solaris)
>            Reporter: Ellis Pritchard
>            Assignee: Andreas Veithen
>             Fix For: 1.4.1
>
>         Attachments: wsdl4j.pch, xml-catalog.pch, xml-catalog.pch
>
>
> Currently WSDL2Java assumes that the schemaLocation URI specified in an XML 
> Schema <xs:import> or <xs:include> element is either a URL or a file path; it 
> would be a vast improvement if it could use the Apache XML Commons project's 
> Catalog based Resolver instead 
> (http://xml.apache.org/commons/components/resolver/).
> It is not always possible to specify a file or URL location which is constant 
> and useable across development, test and live systems, so the ability that 
> XML Catalogs give to map arbitrary URIs or URI prefixes to alternative paths 
> is invaluable when creating portable and authoritative XML Schema/WSDL 
> service definitions.
> The functionality could also be usefully (but in practice less importantly) 
> employed in <wsdl:import> elements.
> Implementation should allow a root catalog to be specified on the command 
> line (WSDL2Java), and should pick up the configured catalog(s) (<xmlcatalog> 
> elements) from the Ant environment (axis-wsdl2java Ant task).

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to