schemas without *.xsd extensions being fetched from the internet instead of 
locally
-----------------------------------------------------------------------------------

                 Key: CXF-1437
                 URL: https://issues.apache.org/jira/browse/CXF-1437
             Project: CXF
          Issue Type: Bug
          Components: Resources
    Affects Versions: 2.0.3
         Environment: Java 1.5.0_13 on 32-bit gutsy gibbon
            Reporter: Steve Shucker
            Priority: Minor


When using the cxf extensions, the schema http://schemas.xmlsoap.org/wsdl/ is 
loaded.  This schema is provided locally, but the local version is never 
loaded.  In a production environment where the server restricted outbound 
connections, spring failed to initialize its application context at startup.  
Spring's DelegatingEntityResolver checks whether the schemaLocation ends in 
*.xsd before resolving its location through the entries provided by the 
spring.schemas files.  Because this schemaLocation has no extension, the 
mapping to the local version is ignored.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to