
|
If you were logged in you would be able to see more operations.
|
|
|
|
migrated project to Sculptor 2.0.0.5 (also the DSL Editor Plugin). In the model there were an entity containing a String attribute "url".
The generator fails at toFirstUpper in GeneratorHelper.java with a NPE (I think toFirstLower is analogous).
When the entity has no repository defined the GeneratorHelper.getRepositoryName fails with a NPE, too.
Renaming the attribute to uhrl fixes all problems.
The editor whether shows "url" (without annotations) as highlighted keyword nor marks an validation error.
|
|
Description
|
migrated project to Sculptor 2.0.0.5 (also the DSL Editor Plugin). In the model there were an entity containing a String attribute "url".
The generator fails at toFirstUpper in GeneratorHelper.java with a NPE (I think toFirstLower is analogous).
When the entity has no repository defined the GeneratorHelper.getRepositoryName fails with a NPE, too.
Renaming the attribute to uhrl fixes all problems.
The editor whether shows "url" (without annotations) as highlighted keyword nor marks an validation error. |
Show » |
|
Added that description in the migration guide.