[
https://issues.jboss.org/browse/DROOLS-1168?page=com.atlassian.jira.plugi...
]
Mario Fusco commented on DROOLS-1168:
-------------------------------------
Did you try what I suggested in my last comment? Something like
{code}
DroolsUtil.completeEntity($entity, fields, $untMis);
$entity.setUntMisVen($entity.getUntMisVen());
update($entity)
{code}
notify property change
----------------------
Key: DROOLS-1168
URL:
https://issues.jboss.org/browse/DROOLS-1168
Project: Drools
Issue Type: Enhancement
Components: core engine
Affects Versions: 6.4.0.Final
Environment: java 6, eclipse 4, windows 8.1
Reporter: Sante Stanisci
Assignee: Mario Fusco
Priority: Critical
Attachments: DroolsUtil.java, EntityBase.java, MtbLisvData.java, rules.drl
in the then statement instead of modify use a custom function to change the field. This
change does not notify the property even if the class is annotated with @PropertyReactive
How can I manually notify the change?
Use a stateless session
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)