Re: svn commit: r708036 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r708036 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy

Bilgin Ibryam
Jacques,

There is something wrong in this commit, I get errors when try to see an
entity from webtools:

Bilgin

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
[component://webtools/widget/EntityScreens.xml#FindGeneric]:
groovy.lang.MissingMethodException: No signature of method:
org.ofbiz.entity.GenericDelegator.find() is applicable for argument
types:
(java.lang.String, org.ofbiz.entity.condition.EntityConditionList, null,
java.util.ArrayList, null, org.ofbiz.entity.util.EntityFindOptions)
values:
{"AcctgTransTypeAttr", , null, [], null,
org.ofbiz.entity.util.EntityFindOptions@1fe9d5f} (No signature of
method:
org.ofbiz.entity.GenericDelegator.find() is applicable for argument
types:
(java.lang.String, org.ofbiz.entity.condition.EntityConditionList, null,
java.util.ArrayList, null, org.ofbiz.entity.util.EntityFindOptions)
values:
{"AcctgTransTypeAttr", , null, [], null,
org.ofbiz.entity.util.EntityFindOptions@1fe9d5f})

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r708036 -/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy

Jacques Le Roux
Administrator
Thanks for report Bilgin,

Fixed in revision 708157.
Jacques

From: "Bilgin Ibryam" <[hidden email]>

> Jacques,
>
> There is something wrong in this commit, I get errors when try to see an
> entity from webtools:
>
> Bilgin
>
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://webtools/widget/EntityScreens.xml#FindGeneric]:
> groovy.lang.MissingMethodException: No signature of method:
> org.ofbiz.entity.GenericDelegator.find() is applicable for argument
> types:
> (java.lang.String, org.ofbiz.entity.condition.EntityConditionList, null,
> java.util.ArrayList, null, org.ofbiz.entity.util.EntityFindOptions)
> values:
> {"AcctgTransTypeAttr", , null, [], null,
> org.ofbiz.entity.util.EntityFindOptions@1fe9d5f} (No signature of
> method:
> org.ofbiz.entity.GenericDelegator.find() is applicable for argument
> types:
> (java.lang.String, org.ofbiz.entity.condition.EntityConditionList, null,
> java.util.ArrayList, null, org.ofbiz.entity.util.EntityFindOptions)
> values:
> {"AcctgTransTypeAttr", , null, [], null,
> org.ofbiz.entity.util.EntityFindOptions@1fe9d5f})
>