Closed karlmdavis closed 10 years ago
I would estimate this issue as follows:
That's an estimate of 0.5h, total.
My estimate was way off: ended up taking 6.75h, total.
Most of the overage was due to all of the Hibernate bugs I ended up encountering:
Since switching to Eclipse Java EE Luna, there are a number of Eclipse JPA validation errors cluttering up the Problems view.
An example of one such error:
The Java class for mapped type "Account" is final
.These errors ought to be cleaned up, even though Hibernate doesn't actually care about them. I'm technically violating the JPA spec. Doesn't really matter whether or not I think the spec is stupid; I should follow it.