-->
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.  [ 3 posts ] 
Author Message
 Post subject: How to specify a <query>-Tag in hibernate.cfg.xml ?
PostPosted: Mon Nov 01, 2004 9:57 am 
Newbie

Joined: Thu Oct 28, 2004 1:33 pm
Posts: 14
Location: Stuttgart
Hi there,
I am trying to follow the reference doc. to locate a query in the hibernate config file hibernate.cfg.xml (see code below).
But when executing the app. the system reports

...Caused by: net.sf.hibernate.HibernateException: problem parsing configuration/hibernate.cfg.xml

Can I please get some help how to format the query and where to locate it exactly ?

Thanks for help,

Dirk V. Schesmer
Stuttgart/Germany

<!DOCTYPE hibernate-configuration PUBLIC ... >

<hibernate-configuration>
<session-factory>
...
<mapping ...>
<query name="eg.DomesticCat.by.name.and.minimum.weight">
<![CDATA[from Cat as cat where cat.name = ? and cat.weight > ?]]>
</query>
</session-factory>
</hibernate-configuration>


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 01, 2004 11:23 am 
Newbie

Joined: Thu Oct 28, 2004 1:33 pm
Posts: 14
Location: Stuttgart
Well, following the Hibernate FAQ,
I put the <query> tag and the <!CDATA -Tag directly behind each other (no space or CRLF between them), but this does not help, neither!

Any hint is welcome!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 01, 2004 12:13 pm 
Newbie

Joined: Thu Oct 28, 2004 1:33 pm
Posts: 14
Location: Stuttgart
Well, sorry for the noise I produced, but
the <query>-tag needs to be specified in the according *.hbm.xml file
and not in in hibernate.cfg.xml, at all ! I will give it another try now!

ciao, Dirk


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.