I've noticed that if you try to submit the form in the following screen:
https://demo.hotwaxmedia.com/facility/control/ViewFacilityInventoryByProduct?facilityId=WebStoreWarehouse
you get the following error:
Error running BSH script at [component://product/webapp/facility/WEB-
INF/actions/facility/ViewFacilityInventoryByProduct.bsh], line [135]:
Sourced file: component://product/webapp/facility/WEB-INF/actions/
facility/ViewFacilityInventoryByProduct.bsh : Error in method
invocation: Method find( org.ofbiz.entity.model.DynamicViewEntity,
org.ofbiz.entity.condition.EntityConditionList, null, null,
javolution.util.FastList, org.ofbiz.entity.util.EntityFindOptions )
not found in class'org.ofbiz.entity.GenericDelegator' : at Line: 135 :
in file: component://product/webapp/facility/WEB-INF/actions/facility/
ViewFacilityInventoryByProduct.bsh : delegator .find ( prodView ,
whereCondition , null , null , UtilMisc .toList ( "productId" ) ,
findOpts )
My guess is that this has something to do with the recent effort of
removing deprecated delegator method calls... I'll try to fix this as
soon as I have some free time... unless Scott or others will beat me
first.
Jacopo