Description
There a bunch of issues like WW-2909 that come from the fact that result parameters are all set at once in ObjectFactory, if one parameter is wrong (some added by struts like location, which is not in the Result interface), they all fail (silently by the way), causing a bunch of problems. The proposed solution is to set in parameter at a time, and log any exceptions as errors.