Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Object Relational Mapping
NoClassDefFoundError: org/dom4j/io/SAXReader
Pranav Pal
Ranch Hand
Posts: 74
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am getting the exception:
java.lang.NoClassDefFoundError: org/dom4j/io/SAXReader
while executing following line:
sessionFactory = new Configuration().configure().buildSessionFactory();
What can be the reason for this exception?
Hakuna Matata!
ishan dave
Ranch Hand
Posts: 39
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
I think your configuration object could not be created.
the reason behind is "unable to parse your configuration xml file"
have you provided the dom4j.jar file in your class path ?
if not then please add this jar file your problem may get solved.
with best regards,
ishaan
We've gotta get close enough to that helmet to pull the choke on it's engine and flood his mind! Or, we could just read this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Proper use of an EntityResolver
Problem with dom4j "Getting started" example
java.lang.NoClassDefFoundError: org.hibernate.cfg.Configuration
configuration in hibernate problem
Removing encoding attribute from the <XML> element
More...