You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/03/19 05:58:25 UTC

[jira] Resolved: (CXF-1437) schemas without *.xsd extensions being fetched from the internet instead of locally

     [ https://issues.apache.org/jira/browse/CXF-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1437.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.5
         Assignee: Daniel Kulp


I'm going to mark this resolved for 2.0.5.   See comments in CXF-1272.

> 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
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.0.5
>
>
> 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.