I am getting a "Could not determine the plural name" error in the final line of the following script.
The exact error isCode:project --topLevelPackage com.myco.testapp --projectName testapp persistence setup --provider HIBERNATE --database HYPERSONIC_PERSISTENT enum type --class ~.reference.AuditEventType enum constant --name SomeEventType enum constant --name AnotherEventType entity --class ~.base.AuditEvent field date --fieldName ts --notNull --class ~.base.AuditEvent --type java.util.Date field ref --fieldName eventType --notNull --type ~.reference.AuditEventType field string --fieldName description --notNull controller all --package ~.web
So, I added added a @RooPlural("eventTypes") above the eventType field in the AuditEvent class, but continue to get the same message.Could not determine the plural name for the 'eventType' field in AuditEvent
Thanks in advance for any help.
Todd


Reply With Quote
