Re: Hibernate Exception...

2009-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/9/2009 11:44 AM, Neil B. Cohen wrote: > This week, I erased and rebuilt my desktop system - moved it from Fedora > 8 to Fedora 10. I re-installed Netbeans and Tomcat. [snip] > *Exception Details: * java.lang.NoClassDefFoundError > Could

Hibernate Exception

2009-03-09 Thread Neil B. Cohen
at version somehow - I've sent them a bug report with as much info as I have - which isn't all that much... So I'm up and running again... Problem dodged, if not actually solved... nbc ---- Subject: Re: Hiberna

Re: Hibernate Exception...

2009-03-09 Thread Ken Bowen
Clearly you're missing org.hibernate.ejb.Ejb3Configuration (and friends). I'm running hibernate 3.2 (you should tell people your versions...it helps). My eclipse tells me that org.hibernate.ejb.Ejb3Configuration lives in hibernate-entitymanager.jar. I seem to recall there being an issue

Hibernate Exception...

2009-03-09 Thread Neil B. Cohen
I hope this is a trivial problem that someone can help me with... I have been running a web app, built using Netbeans with Tomcat for months now. The system uses Hibernate for database access. This week, I erased and rebuilt my desktop system - moved it from Fedora 8 to Fedora 10. I re-installe