| Author |
Spring - JPA:Hibernate trouble
|
Matthew Snow
Ranch Hand
Joined: May 02, 2007
Posts: 64
|
|
I was just happily playing around with the settings on a few of my @Entities and now I get this error when I try to restart Tomcat. I've tried rolling back my code to when it worked, but I can't get this error to go away. Here is the error in the Tomecat log (it ocurrs just after processing the PersistenceUnitInfo). I'll post more upon request to save space. Any help please.
|
When you break the big rules, you get a lot of little rules.
|
 |
Matthew Snow
Ranch Hand
Joined: May 02, 2007
Posts: 64
|
|
Fixed it! And I don't know how ! I've spent all day trying everything from deleting entities to rebuilding the whole project from the ground up. I finally got it when I copied over a copy of my pom.xml I had luckly saved on a thumb drive and did a mvn eclipse:eclipse on my project. And now it works! There is no difference between the two poms and I'd tried rebuilding the old pom and I hadn't made a change to the old one in ages ... I think I'll spend tomorrow (Friday 13) in bed .
|
 |
Jonathan Cone
Greenhorn
Joined: May 22, 2005
Posts: 24
|
|
I believe that missing class is part of Doug Lea's concurrency API, if I were you, I would start here: http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html What version of Tomcat are you using? In my personal experience there are a lot of "weird" problems with JPA on anything below 5.5.20 -- especially if you're deploying from within Eclipse.
|
 |
 |
|
|
subject: Spring - JPA:Hibernate trouble
|
|
|