Hide Forgot
Date of First Response: 2010-03-04 15:03:21 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/336955 securitylevel_name: Public Currently we have to select an operator which does not allow us to write simple value bindings like: Amount ( $value : value ) instead we have to do something like: Amount ( $value : value == "100")
Assigning to mic_hat.
Approved for BRMS 5.0.2 if it is done prior to due date.
Workaround exists. For example for a patterns such as: weight : Weight( $value : value ) which is not possible to write (see jira description) you can write an equivalent value binding with an operator, for example weight : Weight( $value : value == this.value) or weight : Weight( $value : value == $value) where the column value would be "this.value" or "$value" and you would select the "equals" operator for this example. Note that you have in this case to use the Formula calculation type.
Link: Added: This issue depends GUVNOR-592
Will be included in BRMS 5.1
Writer: Added: Darrin
Release Notes Docs Status: Added: Not Yet Documented
Release Notes Text: Added: test
Release Notes Text: Removed: test
Labels: Removed: rn-dmison rn-open Added: rn-dlesage rn-done-resolved
https://jira.jboss.org/browse/BRMS-215 A new feature allows users use the Guided Decision Table Editor to write patterns without any type constraints.
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Writer: Removed: Darrin Added: dlesage
Release Notes Text: Added: https://jira.jboss.org/browse/BRMS-215 A new feature allows users use the Guided Decision Table Editor to write patterns without any type constraints.