28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
|
|
<?xml version="1.0" encoding="windows-1252" ?>
|
||
|
|
<adf-config xmlns="http://xmlns.oracle.com/adf/config" xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
|
||
|
|
xmlns:sec="http://xmlns.oracle.com/adf/security/config">
|
||
|
|
<adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
|
||
|
|
<adf-property name="adfAppUID" value="SPANOSBLOG-9744"/>
|
||
|
|
</adf:adf-properties-child>
|
||
|
|
<sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
|
||
|
|
<CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
|
||
|
|
credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
|
||
|
|
</sec:adf-security-child>
|
||
|
|
<adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
|
||
|
|
<mds-config xmlns="http://xmlns.oracle.com/mds/config">
|
||
|
|
<persistence-config>
|
||
|
|
<metadata-namespaces>
|
||
|
|
<namespace path="/apps" metadata-store-usage="mstore-usage_1"/>
|
||
|
|
</metadata-namespaces>
|
||
|
|
<metadata-store-usages>
|
||
|
|
<metadata-store-usage id="mstore-usage_1">
|
||
|
|
<metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
|
||
|
|
<property name="metadata-path" value="${soamds.apps.home}"/>
|
||
|
|
</metadata-store>
|
||
|
|
</metadata-store-usage>
|
||
|
|
</metadata-store-usages>
|
||
|
|
</persistence-config>
|
||
|
|
</mds-config>
|
||
|
|
</adf-mds-config>
|
||
|
|
</adf-config>
|