]
Jozef Marko updated DROOLS-2781:
--------------------------------
Affects Version/s: 7.9.0.Final
[Guided Rule] Can't be opened if constraint to bound field
present
------------------------------------------------------------------
Key: DROOLS-2781
URL:
https://issues.jboss.org/browse/DROOLS-2781
Project: Drools
Issue Type: Bug
Components: Guided Rule Editor
Affects Versions: 7.9.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Labels: drools-tools
Attachments: Screenshot from 2018-07-24 14-32-00.png
{code:mvel}
package com.myspace.repr;
import java.lang.Number;
rule "rule"
dialect "mvel"
when
DataObject( $stringField : sFieldOne == "something" )
DataObjectTwo( sFieldTwo == $stringField )
then
end
{code}
Assume the rdrl file above where both *sFieldOne* and *sFieldTwo* are both of *String*
type. Then if you try open this rdrl file in workbench the unexpected error dialog
appears.