You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/03/06 10:14:24 UTC

[jira] Created: (CXF-448) The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory

The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
--------------------------------------------------------------------------------------------------------

                 Key: CXF-448
                 URL: https://issues.apache.org/jira/browse/CXF-448
             Project: CXF
          Issue Type: Bug
          Components: Transports
            Reporter: Jervis Liu


The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory

At the moment, we hard-coded to get xsd from /WEB-INF/wsdl directory. We should get xsd from the location relative to where wsdl file is located (which is configured in web.xml).

See ServletController.java, line 134, method generateXSD()

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


[jira] Closed: (CXF-448) The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu closed CXF-448.
--------------------------


> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-448
>                 URL: https://issues.apache.org/jira/browse/CXF-448
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>
> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> At the moment, we hard-coded to get xsd from /WEB-INF/wsdl directory. We should get xsd from the location relative to where wsdl file is located (which is configured in web.xml).
> See ServletController.java, line 134, method generateXSD()

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


[jira] Assigned: (CXF-448) The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu reassigned CXF-448:
------------------------------

    Assignee: Jervis Liu

> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-448
>                 URL: https://issues.apache.org/jira/browse/CXF-448
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>
> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> At the moment, we hard-coded to get xsd from /WEB-INF/wsdl directory. We should get xsd from the location relative to where wsdl file is located (which is configured in web.xml).
> See ServletController.java, line 134, method generateXSD()

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


[jira] Resolved: (CXF-448) The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu resolved CXF-448.
----------------------------

    Resolution: Fixed

> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-448
>                 URL: https://issues.apache.org/jira/browse/CXF-448
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>
> The access of imported xsd does not work if the xsd file is not installed under /WEB-INF/wsdl/ directory
> At the moment, we hard-coded to get xsd from /WEB-INF/wsdl directory. We should get xsd from the location relative to where wsdl file is located (which is configured in web.xml).
> See ServletController.java, line 134, method generateXSD()

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