Results 1 to 1 of 1
Thread: Can some one help castor mapping
- 07-20-2009, 11:19 AM #1
Member
- Join Date
- Jul 2009
- Posts
- 1
- Rep Power
- 0
Can some one help castor mapping
I am getting error in this xml as nested class name should be unique.
As i am using org.exolab.castor.mapping.MapItem
3 times in nested classes i am getting this error.
But this is my requirement.
Can some one help me on this :
<class name="pojos.XYZParameters">
<field name="d=XXMap" collection="hashtable">
<bind-xml name="ddList">
<class name="org.exolab.castor.mapping.MapItem">
<field name="key" type="java.lang.String">
<bind-xml name="ver" node="attribute" />
</field>
<field name="value" collection="hashtable">
<bind-xml name="dataModelList">
<class name="org.exolab.castor.mapping.MapItem">
<field name="key" type="java.lang.String">
<bind-xml name="state" node="attribute" />
</field>
<field name="value" collection="hashtable">
<bind-xml name="parameterList">
<class name="org.exolab.castor.mapping.MapItem">
<field name="key" type="java.lang.String">
<bind-xml name="key" node="attribute" />
</field>
<field name="value" type="pojos.DataParameter">
<bind-xml name="dmParameter" />
</field>
</class>
</bind-xml>
</field>
</class>
</bind-xml>
</field>
</class>
</bind-xml>
</field>
</class>
Similar Threads
-
XML and Database Mapping in .NET
By gilbertsavier in forum XMLReplies: 0Last Post: 07-17-2009, 07:34 AM -
Servlet mapping
By cozsmin in forum Java ServletReplies: 1Last Post: 04-04-2009, 09:15 AM -
xml mapping error with JPA in RAD, RSA
By ishakteyran in forum Other IDEsReplies: 0Last Post: 02-05-2009, 08:00 PM -
xml mapping error with JPA
By ishakteyran in forum XMLReplies: 0Last Post: 02-05-2009, 07:59 PM -
Help with image mapping
By coco in forum AWT / SwingReplies: 1Last Post: 08-07-2007, 04:06 AM


LinkBack URL
About LinkBacks

Bookmarks