Turn util to Util work queue

Code

MakeUpperCaseUtilInCodeExpressionFragments

Categories

UIRunnable

Implementation Work queue
Schedule Not scheduled

Class

MakeUpperCaseUtilInExpressionFragmentsWorkQueue.java

Run this work queue after upgrading from PolicyCenter 9 to PolicyCenter 10. In PolicyCenter 10.0.0, Guidewire removed the following line that specified that util was lower case in business rule definitions from file gsrc/gw/bizrules/provisioning/contexts/AbstractUWRuleContextDefinition.gs:
  • public final static var PARAM_LIB: String = "util"
As a result of this change, after upgrading from PolicyCenter 9 to PolicyCenter 10, PolicyCenter marks business rules using the older lower case util as invalid. This work queue prevents that problem by converting util to Util in CodeExpressionFragment and GosuTemplateExpressionFragment instances associated with business rules stored in the database.

See also

  • Upgrade Guide