-->
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: Fehler: <no persistent classes found for query class>
PostPosted: Wed Apr 18, 2007 6:41 am 
Newbie

Joined: Mon Mar 19, 2007 7:34 am
Posts: 3
Hi,

ich hab ein Problem, bei dem ich sehr hoffe, dass Ihr mir weiter helfen könnt.
Also wenn ich folgendes Statement ausführen lasse,

List result = session.createQuery("FROM com.bmw.xsapps.vdb.classes.User WHERE u_Nr LIKE 'q239609'").list();

bekomme ich immer diese Fehlermeldung,

544 WARN [org.hibernate.hql.QuerySplitter] - <no persistent classes found for query class: FROM com.bmw.xsapps.vdb.classes.User WHERE u_Nr LIKE 'q239609'>

Hier mal ein paar Auszüge aus meinen Dateien

hibernate-vdb.cfg.xml
<mapping resource="com/bmw/xsapps/vdb/db/Vdb.hbm.xml" />

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

<hibernate-mapping package="com.bmw.xsapps.vdb.classes">

<!-- Beginn der Tabelle User -->
<class name="User" table="cf_user">
<id name="u_Nr" type="string"> </id>
<property name="u_Vorname" type="string" length="50"/>
<property name="u_Nachname" type="string" length="50"/>
<property name="u_Kurzz" type="string" length="10"/>
<property name="u_Tele" type="string" length="25"/>
<property name="u_KOST" type="string" length="5"/>
<property name="u_Email" type="string" length="50"/>
<property name="u_Koo" type="boolean"/>
</class>
<!-- Ende der Tabelle User -->

</hibernate-mapping>

Hab ich irgendwas vergessen, oder wo liegt der Fehler?
Bräuchte wirklich dringend Hilfe >.<
Ach, falls Ihr sonst noch irgendwelche Auszüge brauchst sagt es einfach
und schonmal danke im Voraus


Top
 Profile  
 
 Post subject: Versuchs mal mit
PostPosted: Tue Apr 24, 2007 8:54 am 
Beginner
Beginner

Joined: Sun Sep 04, 2005 3:10 am
Posts: 24
Location: CH
Hallo,
vielleicht ist das Problem schon gelöst.
Bei einem kurzen Blick in Dein Problem, nen Vorschlag. Arbeite nicht mit einem ganzen Package, sonder mache für jede einzelne Klasse eine hbm.xml, also eine user.hbm.xml.
Oder Du arbeitest mit autodetection (Siehe Anleitung Kapitel 2 des Buches Java Persistence with Hibernate, link findest Du auf Hibernate.org
Evtl. hilfts.

Gruss, chk


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.