Databases Reference
In-Depth Information
Thus the only change we need to make to the default adf:config.xml file is to add
a second namespace entry that references the default metadata store and defines the
apps path, as shown in the following code snippet:
<persistence-config>
<metadata-namespaces>
<namespacemetadata-store-usage="mstore-usage_1"
path="/soa/shared"/>
<namespace metadata-store-usage="mstore-usage_1"
path="/apps/com"/>
</metadata-namespaces>
<metadata-store-usages>
<metadata-store-usageid="mstore-usage_1">
<metadata-storeclass-name
="oracle.mds.persistence.stores.file.FileMetadataStore">
<propertyvalue="${oracle.home}/integration"
name="metadata-path"/>
<propertyvalue="seed"name="partition-name"/>
</metadata-store>
</metadata-store-usage>
</metadata-store-usages>
</persistence-config>
Note that for those scenarios where we are using the DB-based MDS of the SOA
infrastructure, we would need to keep the mstore-usage_2entry and configure it
appropriately, for example:
<metadata-store-usageid="mstore-usage_2">
<metadata-storeclass-name=
"oracle.mds.persistence.stores.db.DBMetadataStore">
<propertyvalue="DEV_MDS"name="jdbc-userid"/>
<propertyvalue="welcome1"name="jdbc-password"/>
<propertyvalue="jdbc:oracle:thin:@localhost:1521:XE"
name="jdbc-url"/>
<propertyvalue="soa-infra"name="partition-name"/>
</metadata-store>
</metadata-store-usage>
 
Search WWH ::




Custom Search