i've ran into two bugs (?), first one is happens when i try to create a controller for an entity that has two not-null string fields, when trying to save the object, both fields' values are set to the first field.
the other one is happening at installing finder for an entity which has two fields that has similar names:
name of field1: code, field2: codeGroup, finderName: findCodesByCodeAndCodeGroup
error:
Unable to match all fields of Code for CodeAndCodeGroup (remaining 'Group')
Script execution aborted
roo scripts attached for both cases.
shall i file a JIRA about these or i'm missing something trivial?