Bug 1021803 - Property reactivity does not work with positional/unification constraints
Summary: Property reactivity does not work with positional/unification constraints
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: BRE
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ER5
: 6.0.0
Assignee: Mario Fusco
QA Contact: Marek Winkler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-22 07:06 UTC by Mario Fusco
Modified: 2014-08-06 20:15 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:15:54 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker DROOLS-247 0 Minor Resolved Property reactivity does not work with positional/unification constraints 2013-12-12 17:22:25 UTC

Description Mario Fusco 2013-10-22 07:06:31 UTC
Positional and/or unification constraints are interpreted as either bindings
or constraints, depending on the whether the variable is already bound or not. The user is expected not to have to care about the difference.

...
Person( $name; $age := age )
...

If the pattern type is @propertyReactive, however, the actual decision
between binding and constraint WILL make a difference, possibly forcing
the user to use @watch()

Comment 3 Marek Winkler 2013-12-12 17:05:25 UTC
Verified on BRMS 6.0.0 ER5.


Note You need to log in before you can comment on or make changes to this bug.