Hi,
I found parts of the following message in the mailing list archive, and it
describes exactly the problem I am facing. I have tried 0.9.5.2 and the
latest daily snapshot, but the result is still the same:
This does not work on unmarshalling:
<field name="B1" type="java.lang.String">
<bind-xml name="B" node="element" location="B1"/>
</field>
<field name="B2" type="java.lang.String">
<bind-xml name="B" node="element" location="B2"/>
</field>
xml:
<B1><B>blah</B></B1>
<B2><B>blah</B></B2>
I get:
ValidationException: element "B" occurs more than once.
Is there a way around this?
Thanks,
Jens
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev