Using snapshot from yesterday so presume I have the revision. The following
DRL file dies a horrible death, being unable to be compiled. If I comment
out the tags then it works. In the rules editor, the word "declare" is not
highlighted either. I must be misunderstanding something simple.
package glucose.decision.rules
import glucose.decision.object.GlucoseDecision;
import glucose.decision.object.GlucoseDecisionState;
declare GlucoseDecision
@propertyChangeSupport
end
declare GlucoseDecisionState
@propertyChangeSupport
end
Add a tag for facts with property change support:
declare MyFact
@propertyChangeSupport
end
Dean,
I just committed the changes into trunk to allow support for that.
Revision #25246 in trunk.
https://jira.jboss.org/jira/browse/JBRULES-1969
So instead of using a parameter in the insert method, just annotate the
types for which you want to use property change support.
[]s
Edson
--
View this message in context:
http://www.nabble.com/Shadow-facts-tp21955953p22018705.html
Sent from the drools - user mailing list archive at
Nabble.com.