-->
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: problem with compling the mapping document.
PostPosted: Mon Sep 19, 2005 8:29 pm 
Newbie

Joined: Sun Sep 11, 2005 11:36 pm
Posts: 6
this is what i got while initializing the database....but am not able to locate the error...can anybody help me

[sql] 0 rows affected
[sql] 0 rows affected
[sql] 0 rows affected
[sql] 0 rows affected
[sql] 0 rows affected
[sql] 0 rows affected
[sql] 0 rows affected
[sql] 55 of 55 SQL statements executed successfully
[java] 2005-09-20 10:16:23,984 ERROR org.hibernate.cfg.Configuration - Could not compile the mapping document
[java] org.hibernate.MappingException: column attribute may not be used together with <column> subelement
[java] at org.hibernate.cfg.HbmBinder.bindColumns(HbmBinder.java:946)
[java] at org.hibernate.cfg.HbmBinder.bindColumnsOrFormula(HbmBinder.java:1313)
[java] at org.hibernate.cfg.HbmBinder.bindSimpleValue(HbmBinder.java:1001)
[java] at org.hibernate.cfg.HbmBinder.bindDiscriminatorProperty(HbmBinder.java:450)
[java] at org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonValues(HbmBinder.java:306)
[java] at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:236)
[java] at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:152)
[java] at org.hibernate.cfg.Configuration.add(Configuration.java:362)

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 19, 2005 8:42 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Quote:
column attribute may not be used together with <column> subelement


I'm trying to understand how the exception message could be any clearer....


Don't do:

Code:
<property column="foo">
   <column name="foo"/>
</property>


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.