This is with Roo 1.1.1
I am getting this error after modifying some files
[FelixDispatchQueue] NullPointerException at org..roo.addon.web.m
vc.controller.WebScaffoldMetadata.getDatePatterns( WebScaffoldMetadata.java:1231)
fm
@RooEntity(identifierField = quot;user_idquot;, identifierColumn = quot;user_idquot;, table = quot;an_userquot;, catalog = quot;anquot;, finders = { quot;findAnUsersByEmailquot; }, versionField = quot;quot;)
produces the error.
Removing the versionField = quot;quot; does not produce any error.
Any comments from Spring Roo committers? |