Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Importing xsd through oramds

932492May 22 2012 — edited Dec 14 2012
I've created a MDS repository and uploaded some files there successfully, with the intention of accessing those said files (.xsd's) via another xsd. From what I gathered, this could be achieved like this:

<xsd:import namespace="a_namespace" schemaLocation="oramds:/apps/Metadata/the_path_to_the_xsd_file"/>

JDeveloper is able to load the the MDS through the resource palette and I can browse to the file I want to import without any problems. However, the above line triggers a warning and finally an error on deploying:

"Remote Location could not be found".

My path is correct and the file is absolutely on the MDS. Through oramds:/, I can only access files that are on the soa folder; the apps and deployed-composites folders are non-accessible and return the above warning.

Any thoughts on what might be causing this? I'm using the JDeveloper Studio Edition Version 11.1.1.6.0.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2013
Added on May 22 2012
2 comments
2,908 views