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!

11g MDS and xsd imports with relative path, a showstopper

biemondNov 3 2009 — edited Nov 4 2009
Hi,

I got a serious problem with MDS and the central xml schema's.

I have a publication schema which imports the elements schema in a different folder and I use relative path for the import.
All these schema are on the local file mds and in the database mds.

I can open the publication schema. This works.

Now if I alse import the type schema in the publication schema then it fails because this type schema also import the element schema but this import
don't have to use a releative path because it is in the folder.

folder1->pub.xsd
folder2->element.xsd,types.xsd

Xmlspy can validate all the schema's and from jdeveloper it is also ok but when I open the xsd from the MDS ( file or database ) then it fails and
in the soa suite it fails too.

Some extra information

When I open the seed\apps\xxx\xsd\Aanbod\Publicatie\PublicatieV1.xsd schema then it fails because this schema imports seed\apps\xxx\xsd\Common\ElementenV1.xsd and seed\apps\xxx\xsd\Common\TypenV1.xsd . This is because TypenV1.xsd imports ElementenV1.xsd also but types can import this from its own folder.
MDS thinks then elements xsd is in apps\xxx\xsd\Aanbod\Publicatie\ElementenV1.xsd and it has to \apps\xxx\xsd\Common\ElementenV1.xsd

Nov 3, 2009 10:36:33 AM oracle.jdevimpl.rescat2.nodes.ResourceNodeFactoryImpl resolveCatalogItem
WARNING: cannot find resource using repository [MDS-Woningnet] and repository path [apps/xxx/xsd/Aanbod/Publicatie/ElementenV1.xsd]. The repository may not be accessible or the resource may have been deleted or renamed

Thanks Edwin Biemond
Oracle ACE

Edited by: Edwin Biemond on Nov 3, 2009 11:26 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2009
Added on Nov 3 2009
1 comment
841 views