-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Attribute "property-ref" is not declared...
PostPosted: Tue Oct 21, 2003 11:17 am 
Pro
Pro

Joined: Wed Oct 08, 2003 10:31 am
Posts: 247
Why is it giving me:
(...)
INFO: Mapping resource: EquipProdCategoria.hbm.xml
Oct 21, 2003 4:12:05 PM net.sf.hibernate.util.XMLHelper$ErrorLogger error
SEVERE: Error parsing XML: XML InputStream(52)
org.xml.sax.SAXParseException: Attribute "property-ref" is not declared for element "one-to-one"

The "property-ref" is there (below):

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd" >

<hibernate-mapping>
<class
name="pt.comseal.arsol.hibernate.EquipProdCategoria"
table="equip_prod_categoria"
>
<id
name="id"
type="int"
column="id"
>
<generator class="assigned" />
</id>

( ... )
<one-to-one
name="equipProd"
class="pt.comseal.arsol.hibernate.EquipProd"
outer-join="auto"
property-ref="equipProdCategoria"
/>


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 21, 2003 12:12 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Looks like you are using Hibernate 2.1, but you are for some reason pulling the DTD from the website. The website DTD will not be updated until Hibernate 2.1 is released. Anyway, you shouldn't really be validating against the website DTD.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.