Expert |
|
Joined: Tue May 13, 2008 3:42 pm Posts: 919 Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
|
Make sure all of your Hibernate related files are on the classpath of the ClassLoader that invokes the Configuration object.
How have you packaged your Hibernate code? Where are all of your Hibernate related libraries? Putting these files in the lib directory isn't always enough, especially if your data persistence code is within a self-contained jar file.
_________________ Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?" http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials
|
|