Re: deleted entity passed to persist
I recreated the mysql database from scratch and ran sonar again. Now it works.
My top theory explaining why....
I recently took down the sonar server for a few hours. I think in that time, other developers continued to make commits to the subversion server. When sonar came back online, there was a database conflict between it's internal data about this project FooBar and the subversion copy of FooBar.
The real problem is that we've lost all the collected historical data. If this problem arises everytime we take the sonar server down, I suspect my managers are going to ditch my work on it.