OpenL Tablets 5.9.1 Migration Notes
Web Services Migration Steps
-
Update the OpenL version from 5.9.0 to 5.9.1.
- Update
WEB-INF/openl-ruleservice-beans.xml:- Replace
RuleServicebean withRuleServiceImpl. - Replace
ServiceManagerbean withServiceManagerImpl.
- Replace
- Update
rating-server-core-loader-beans.xml:- Change the
RulesLoaderbean toRuleServiceLoaderImpl.
- Change the
- Add the following property to
ruleservice.properties:ruleservice.logging.enabled = true - Update
rating-server-core-publisher-beans.xml:- Remove the
deploymentAdminbean. - Add
instantiationStrategyFactoryandruleServiceInstantiationFactorybeans. - Replace the
rulesPublisherbean withruleServicePublisher. - Update
loggingFeatureto use the custom implementation.
- Remove the
- API changes: Review class renames and method return type modifications.