-->
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: Hibernate Annotations und JSF
PostPosted: Tue Oct 30, 2007 5:32 pm 
Beginner
Beginner

Joined: Wed Jul 18, 2007 6:13 am
Posts: 28
Hallo

Ich würde gerne für ein kleines Projekt Hibernate Annotations in Kombination mit JSF einsetzen.

Ich erstelle mir ein Dynamic Web Projekt. Die Ordnerstruktur wird dabei ja automatisch schon vorgegeben.
Wenn ich jedoch ein einfaches Beispiel mit Hibernate Annotations ausprobieren möchte, werden in der Hibernate.cfg.xml die zu mappende Klasse nicht gefunden. Ich kann mir jedoch nicht erklären wieso.

Hier die relevanten Verzeichnisstrukturen:

Klasse mit Annotations liegt in folgendem Ordner:
Projektname/src/Model/Angebot.java

Die dazugehörige Angebot.class liegt in dem Ordner
Projektname/build/classes/Model/Angebot.class

Meines Wissens nach muss ich in der Hibernate.cfg.xml die Angebot.class mappen. Ich habe jedoch auch schon probiert die Angebot.java zu mappen, aber er findet diese beide nicht (siehe unten).

hibernate.cfg.xml

...
<mapping class="src.Model.Angebot"/>
<mapping class="build.classes.Model.Angebot"/>
...

Als Fehlermeldung bekomme ich:
A class were not found in the classpath of the Ant task.
Ensure that the classpath contains the classes needed for Hibernate your code are in the classpath.
Unable to load class declared as <mapping class="build.classes.Model.Angebot"/> in the configuration:


Ich bin mir aber 100 % ig sicher, dass ich alle Bibliotheken eingebunden habe, da ich das vorher auch schon sehr oft gemacht habe. Bekomme den Fehler immer nur wenn ich ein Dynamic Web Project erstelle.

Muss man irgendwie noch zusätzlich was installieren? Oder auf etwas achten? Kann mir jemand helfen???

Danke schon mal im voraus!!!


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 03, 2007 4:17 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Gewöhnlich wird in den IDEs die hibernate.cfg.xml mit in den Classpath kopiert.

Daher sieht eine Referenz zu einer Klasse auch so aus:

Code:
<mapping class="Model.Angebot"/>

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 05, 2007 8:45 am 
Beginner
Beginner

Joined: Wed Jul 18, 2007 6:13 am
Posts: 28
Danke! Jetzt funktioniert es!


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.