[
https://issues.apache.org/jira/browse/ODE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489833
]
Paul R. Brown commented on ODE-111:
-----------------------------------
Based on previous experience, it's worth observing that some people expect this
sort of a feature to apply filesystem semantics to HTTP URLs, e.g.
base = http://foo.com/bar/baz/
rel = ../../qux
And then they expect the result to be http://foo.com/qux, which won't
necessarily work (it's up to the web server).
> Support <xsd:include> with relative schemaLocation
> --------------------------------------------------
>
> Key: ODE-111
> URL: https://issues.apache.org/jira/browse/ODE-111
> Project: Ode
> Issue Type: Improvement
> Components: BPEL Compilation/Parsing
> Reporter: Alex Boisvert
> Assigned To: Alex Boisvert
> Fix For: 1.0-incubating
>
>
> Improve the BPEL compiler to support <xsd:include> with relative
> schemaLocation, such as:
> <wsdl:types>
> <xs:schema
> targetNamespace="http://www.intalio.com/training/orderManagement_20061017">
> <xs:include schemaLocation="../../OrderManagement.xsd"/>
> </xs:schema>
> </wsdl:types>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.