-->
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.  [ 1 post ] 
Author Message
 Post subject: MappingException
PostPosted: Sun Nov 12, 2006 11:54 am 
Newbie

Joined: Sun Nov 12, 2006 11:43 am
Posts: 1
Location: Istanbul
Greetings everyone.I have a problem that bothers me for sometime.What could be the reason for that failure below?

In my configuration file I entered those :

<mapping resource="com/hattusas/sayisal/pojo/Cekilis.hbm.xml"/>
<mapping resource="com/hattusas/sayisal/pojo/Top.hbm.xml"/>
<mapping resource="com/hattusas/sayisal/pojo/TopIstatistik.hbm.xml"/>

and there is my TopIstatistik.hbm.xml file

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

<hibernate-mapping package="com.hattusas.sayisal.pojo">
<class name="TopIstatistik" >
<id name="sayi" column="SAYI">
<generator class="assigned" />
</id>
<property name="agirlik" column="AGIRLIK" />
<property name="toplam" column="TOPLAM" />
</class>
</hibernate-mapping>

When I try to run this code; I get error.

String map = "com.hattusas.sayisal.pojo.TopIstatistik.hbm.xml";
List topIstatistikler = hbSession.createSQLQuery(sql).setResultSetMapping(map).list();


org.hibernate.MappingException: Unknown SqlResultSetMapping named:com.hattusas.sayisal.pojo.TopIstatistik.hbm.xml

I also tried
com/hattusas/sayisal/pojo/TopIstatistik.hbm.xml
and
TopIstatistik.hbm.xml

Still the same error.Any ideas??

_________________
Mal Sahibi Mulk Sahibi Hani Bunun Ilk Sahibi?


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

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.