Joined: Tue Apr 22, 2008 9:55 am Posts: 2
|
I have a one-to-many as shown below and receive Error parsing XML (337) : The content of element type "one-to-many" must match "EMPTY". This started to happen after I updated the Doctype to
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
We recently upgraded to version 3 of hibernate. In addition, the failure only occurs on an updated version of iplanet 7. Any ideas on what I need to do to get this error corrected short of eliminating iplanet 7 and revert to the previous version.
<set name="GetPartABenefits" inverse="true"> <key> <column name="HICN_CAN" length="9" not-null="true" /> <column name="HICN_BIC_CAT" length="2" not-null="true" /> </key> <one-to-many entity- name="com.ngsmedicare.ngd.il.interfaces.datamart.hbm.BenePartaDeductible"> </one-to-many> Thanks...
|
|