]
Mario Fusco resolved DROOLS-633.
--------------------------------
Fix Version/s: 6.2.0.CR2
Resolution: Done
Fixed by
Enable property reactivity for types having more than 64 fields
---------------------------------------------------------------
Key: DROOLS-633
URL:
https://issues.jboss.org/browse/DROOLS-633
Project: Drools
Issue Type: Enhancement
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.2.0.CR2
At the moment property reactivity uses a long mask where each bit of the mask represents
a settable field of the property reactive type. It's required to replace that long
mask with a more generic one thus enabling property reactivity for types having more than
64 fields.