Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.3
-
Component/s: Persistence
-
Labels:None
-
Environment:Windows XP, JDK 6 Update 5
Description
The following class causes a NullPointerException due tue the recursive relationship. (It works with Grails 1.0.1)
class Hausmeister {
String name
Hausmeister vorgaenger // critical line
static constraints = {
name(maxLength:50)
vorgaenger(nullable:true)
}
}
Issue Links
| This issue duplicates: | ||||
| GRAILS-2689 | Domain classes with that have properties of the same class cause grails hibernate to crash on startup |
|
|
|
| GRAILS-2713 | NPE in GrailsDomainConfigurationUtil.isCandidateForOtherSide() |
|
|
|
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Bulk closing bunch of resolved issues