Skip to Main Content

Java Development Tools

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!

JDev complains Metadata store locations are invalid in ads-config.xml

nilbogFeb 17 2010 — edited Sep 29 2010
I'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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Feb 17 2010
8 comments
4,324 views