-->
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: Error in hibernate Application......
PostPosted: Tue Oct 25, 2005 5:00 am 
Newbie

Joined: Tue Oct 25, 2005 1:40 am
Posts: 7
I am trying simple database application using hibernate. I ve successfully created & compiled all files & DESCRIPTORS FOR IT.
But during the client application it gives me error like-
=========
Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/dom4j
/DocumentException
Exception in thread "main" java.lang.ExceptionInInitializerError
at de.gloegl.road2hibernate.HibernateUtil.<clinit>(HibernateUtil.java:18
)
at de.gloegl.road2hibernate.EventManager.main(EventManager.java:11)
Caused by: java.lang.NoClassDefFoundError: org/dom4j/DocumentException
at de.gloegl.road2hibernate.HibernateUtil.<clinit>(HibernateUtil.java:14)
===================


I m using Hibernate version3.1 with HSQL Database

Please help me to solve this......
Thanx in advance......
Pras


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 25, 2005 5:58 am 
Expert
Expert

Joined: Sat Jun 12, 2004 4:49 pm
Posts: 915
you have to add hibernate libraries (in lib directory of distribution) to classpath

for this case you haven't dom4j*.jar


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 25, 2005 7:52 am 
Pro
Pro

Joined: Mon Jan 24, 2005 5:39 am
Posts: 216
Location: Germany
and there is a file

lib/_README.txt

in your hibernate release.
It explains what other jars are required.


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.