Author: mattmann
Date: Sun Feb 22 19:20:23 2015
New Revision: 1661533
URL: http://svn.apache.org/r1661533
Log:
Fix for OODT-821 FMProd RDF conf shouldn't use EDRN as a default namespace for
keys and for types.
Modified:
oodt/trunk/webapp/fmprod/src/main/resources/rdfconf.xml
Modified: oodt/trunk/webapp/fmprod/src/main/resources/rdfconf.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/src/main/resources/rdfconf.xml?rev=1661533&r1=1661532&r2=1661533&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/src/main/resources/rdfconf.xml (original)
+++ oodt/trunk/webapp/fmprod/src/main/resources/rdfconf.xml Sun Feb 22 19:20:23
2015
@@ -77,7 +77,7 @@
You <b>must</b> declare a default ns in the default attribute in the
keynsmap tag. This ns will be used if no key ns is declared in the nsmap.
-->
- <keynsmap default="edrn">
+ <keynsmap default="cas">
<key name="CAS.ProductId" ns="cas"/>
<key name="CAS.ProductName" ns="cas"/>
<key name="CAS.ProductReceivedTime" ns="cas"/>
@@ -105,7 +105,7 @@
You <b>must</b> declare a default ns in the default attribute in the
typesnsmap tag. This ns will be used if no type ns is declared in the
nsmap.
-->
- <typesnsmap default="edrn">
+ <typesnsmap default="cas">
<type name="GenericFile" ns="cas"/>
</typesnsmap>
</cas:rdfconf>