]
Mario Fusco updated DROOLS-1707:
--------------------------------
Fix Version/s: 7.3.0.Final
Sprint: 2017 Week 32-33
Unable to set fields for declared fact types from included kiebase
after updating kcontainer in BRMS 6.4
--------------------------------------------------------------------------------------------------------
Key: DROOLS-1707
URL:
https://issues.jboss.org/browse/DROOLS-1707
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.2.0.Final
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Critical
Labels: support
Fix For: 7.3.0.Final
There is a KJAR with some declared fact types in kbase "kiedeclare" which are
used by a second kbase "kiemodulemodel" which contains rules.
After updating a rule in "kiemodulemodel", loading the new kjar and updating it
in the kcontainer (by using updateToVersion())... it is not possible to set the fields
declared on kiedeclare kbsae. The fields are returning "null" and it seems like
they can not be found under Message class.