Thanks for report Skip,
BTW you must have missed something, findAll does not exist anymore for 3 years
;)
http://svn.apache.org/viewvc?view=revision&revision=938947
Using
prodCatalogs = delegator.findList("ProdCatalog", null, null, null, null, false);
Should be the way. Could you please confirm before I commit?
Thanks
Jacques
From: "Skip" <[email protected]>
> There is a line at 50 that sez:
>
> prodCatalogs = delegator.findByAnd("ProdCatalog");
>
> This causes a groovy ambiguious error when you go to the catalog screen in
> 12.04.
>
> Changing this to:
> prodCatalogs = delegator.findAll("ProdCatalog");
>
> Fixes the problem.
>
> I expect you guys already did this, there here it is for any others like me
> that just download the zip file.
>
> Skip
>