taylor 02/04/05 17:48:44
Modified: webapp/WEB-INF/conf psml-mapping.xml
Log:
Changed mapping in order to properly marshall references.
Revision Changes Path
1.4 +9 -5 jakarta-jetspeed/webapp/WEB-INF/conf/psml-mapping.xml
Index: psml-mapping.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/psml-mapping.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psml-mapping.xml 4 Apr 2002 18:49:59 -0000 1.3
+++ psml-mapping.xml 6 Apr 2002 01:48:44 -0000 1.4
@@ -55,15 +55,19 @@
<field name="portlets"
type="org.apache.jetspeed.om.profile.psml.PsmlPortlets"
+ set-method="addPortlets"
+ get-method="getPortlets"
collection="vector">
<bind-xml name="portlets"/>
</field>
- <field name="references"
- type="org.apache.jetspeed.om.profile.psml.PsmlReference"
- collection="vector">
- <bind-xml name="reference"/>
- </field>
+ <field name="references"
+ type="org.apache.jetspeed.om.profile.psml.PsmlReference"
+ set-method="addReference"
+ get-method="getReferences"
+ collection="vector">
+ <bind-xml name="reference"/>
+ </field>
</class>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>