JDev complains Metadata store locations are invalid in ads-config.xml
nilbogFeb 17 2010 — edited Sep 29 2010I'm getting the message below when I start JDeveloper. I'm running 11.1.1.2.0 on a Mac with 0SX 10.6. I created the directories the message says are iinvalid, with no luck. Googling about suggests that it is caused by Subversion. Does anyone know if there is a solution? Is this caused by Subversion?
Thanks,
Mike
-------------------------------------------------------------------------------------------------
One or more metadata store location(s) configured in file:/Users/mike/jdeveloper/mywork/EDI/.adf/META-INF/adf-config.xml are invalid.
SOA project(s) will not compile! Please edit this file and fix metadata-store location(s).
Use following block to fix metadata store for namespace /soa/shared :
<metadata-namespaces>
<namespace metadata-store-usage="soa-shared-usage" path="/soa/shared"/>
</metadata-namespaces>
<metadata-store-usages>
<metadata-store-usage id="soa-shared-usage">
<metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
<property value="${oracle.home}/integration" name="metadata-path"/>
<property value="seed" name="partition-name"/>
</metadata-store>
</metadata-store-usage>
</metadata-store-usages>