weaver 2003/10/06 17:15:08
Modified: portal/src/webapp/WEB-INF/conf portletdefinitionmapping.xml
Log:
Adjusted Castor mapping to new OM. This is what was causing the
TestPortletDescriptor to fail
Revision Changes Path
1.3 +8 -1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/portletdefinitionmapping.xml
Index: portletdefinitionmapping.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/portletdefinitionmapping.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portletdefinitionmapping.xml 30 Jul 2003 18:45:48 -0000 1.2
+++ portletdefinitionmapping.xml 7 Oct 2003 00:15:08 -0000 1.3
@@ -43,7 +43,7 @@
<field name="castorValues" type="java.lang.String" collection="collection"
required="true">
<bind-xml name="value" node="element"/>
</field>
- <field name="modifiable" type="java.lang.Boolean">
+ <field name="readOnly" type="java.lang.Boolean">
<bind-xml name="modifiable" node="element"/>
</field>
@@ -75,9 +75,16 @@
<field name="castorPreferences"
type="org.apache.jetspeed.tools.castor.om.common.PreferenceDescriptor"
collection="collection">
<bind-xml name="preference" node="element"/>
</field>
+ <!--
<field name="preferencesValidator" type="java.lang.String">
<bind-xml name="preferences-validator" node="element"/>
</field>
+ -->
+ <field name="preferenceValidatorClassname" type="java.lang.String">
+ <bind-xml name="preferences-validator" node="element"/>
+ </field>
+
+
</class>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]