soasuite

Oracle SOA Suite : import in xsl from mds location

In one of my xsl transformations i needed to import a generic xsl from the mds store. For this i created a new jdeveloper application with a soa sar deployment descriptor and jar descriptor in it. Contents of the jar : [sourcecode language="xml"] SharedMDSResources/generic.xsl [/sourcecode] When i browse the mds repository i see the SharedMDSResources folder in the root of the tree (instead of in the apps folder). For testing i deployed the jar manually in the EM. In my...