-->
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: Eclipse RCP & Hibernate: <Class> not mapped
PostPosted: Tue May 29, 2007 1:36 pm 
Newbie

Joined: Tue May 29, 2007 1:32 pm
Posts: 1
Hi,

ich habe ein Problem. Ich programmiere momentan an einer RCP Anwendung. Die Persistenz soll mit Hibernate erfolgen. Meine Anwendung besteht aus 2 Projekten:

1.Plugin-Projekt: "Datenmodell", d.h. Entity-Klassen, Hibernate-Persistenz-Klassen, DAO, Businesslogik
2.Plugin-Projekt: RCP, also GUI.

Im RCP-Projekt ist in der manifest.xml unter Dependenices das erste Projekt ausgewählt.

Die Persistenz mittels Hibernate funktioniert im 1.Projekt wunderbar. Ich kann alle Klassen als Tabellen abbilden lassen, mit Objekten füllen und diese auch wieder auslesen.

Sobald ich aber das 2.Projekt, also das RCP starte, erhalte ich bei den Views Fehlermeldungen, deren Daten aus der Datenbank geladen werden sollen. Das komische hierbei ist, wenn ich mir die Views einzeln als Java Beans anzeigen lasse, funktioniert alles, nur nicht im RCP.

Fehlermeldung:
org.hibernate.hql.ast.QuerySyntaxException: <Class> (zB. User) is not mapped! [from User u where u.username = ?]

Woran liegt es, dass Hibernate SQL-Fehler schmeißt? Welche Einstellung habe ich vergessen zu setzen?

Ich danke für eure Hilfe.

Grüße


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.