You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Grant McDonald (JIRA)" <ji...@apache.org> on 2006/06/26 14:04:29 UTC

[jira] Created: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Implementation of Relative Schema/WSDL Import Paths
---------------------------------------------------

         Key: ODE-5
         URL: http://issues.apache.org/jira/browse/ODE-5
     Project: Apache Ode
        Type: New Feature

    Versions: Incubator    
 Environment: Ubuntu Linux 5.10, Windows XP SP2
    Reporter: Grant McDonald
    Priority: Minor


Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Grant McDonald (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/ODE-5?page=comments#action_12417796 ] 

Grant McDonald commented on ODE-5:
----------------------------------

Previous email regarding new implementation:
=====================================

Currently I am using ODE BPE within servicemix to send messages to a
legacy application that provides a SOAP endpoint that has complex
interrelated xml schemas already defined.  I noticed that functionality
for relative schema/wsdl imports was not currently implemented so I have
patched BPE to this effect.  Import declarations with locations of the form:

../somepath/somedoc.xsd
../../someotherpath/somedoc.xsd
./somedoc.xsd

Are now supported.  I have also written a trivial test in the bpelTests
location using test1 as the base (not much was required: just ensuring
that the imports worked successfully).  All the patch files and test files
are in the attached archive.


> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Cory Harper (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ODE-5?page=all ]

Cory Harper reassigned ODE-5:
-----------------------------

    Assign To: Cory Harper

> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Assignee: Cory Harper
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Grant McDonald (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ODE-5?page=all ]

Grant McDonald updated ODE-5:
-----------------------------

    Attachment: relativeSchemaImportsPatch.zip

This archive contains subdirectories as per project layout for scratch/bpe

> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Cory Harper (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ODE-5?page=all ]
     
Cory Harper resolved ODE-5:
---------------------------

    Resolution: Fixed

Checked in attached patch.

> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Assignee: Cory Harper
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Cory Harper (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ODE-5?page=all ]
     
Cory Harper closed ODE-5:
-------------------------


> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Assignee: Cory Harper
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Work started: (ODE-5) Implementation of Relative Schema/WSDL Import Paths

Posted by "Cory Harper (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/ODE-5?page=all ]
     
Work on ODE-5 started by Cory Harper

> Implementation of Relative Schema/WSDL Import Paths
> ---------------------------------------------------
>
>          Key: ODE-5
>          URL: http://issues.apache.org/jira/browse/ODE-5
>      Project: Apache Ode
>         Type: New Feature

>     Versions: Incubator
>  Environment: Ubuntu Linux 5.10, Windows XP SP2
>     Reporter: Grant McDonald
>     Assignee: Cory Harper
>     Priority: Minor
>  Attachments: relativeSchemaImportsPatch.zip
>
> Currently relative import locations are supported by the BPELWSDLLocator implementation in ODE.  Attached is a patch and appropriate unit tests (which could be fleshed out a little more)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira