Hi,
I created a test suite and deployed the composite as version 1.1 but the unit test tab showing "Error occurred in operation to fetch the test cases. See the log file for details".
Log file showing below error:
Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/deployed-composites/default/ERPLoader_rev1.1/testsuites/ERPLoader/tests/fileList.xml"
MDS-00201: PDocument not found in MetadataStore : [store-type=DBMetadataStore app-name=soa-infra repository-name=mds-soa partition-name=soa-infra]
at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1918)
at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:5266)
at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:2128)
at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:2056)
at oracle.mds.internal.net.AbstractOraMDSURLConnection.getXMLInputStream(AbstractOraMDSURLConnection.java:903)
at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:357)
at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:90)
at java.net.URL.openStream(URL.java:1045)
at oracle.fabric.common.metadata.MetadataManagerImp
I exported the MDS from console and can see all the required folders and files required by composite from MDS.
Note: While creating the unit test I used file based MDS for my composite.
Can anyone advise any point to solve this if the they faced this issue or aware of it.
Thanks
Sreejit Nair