[jboss-jira] [JBoss JIRA] (DROOLS-2376) DSL expression in Guided Rule Editor
Jeronimo Pat (JIRA)
issues at jboss.org
Fri Mar 9 03:34:00 EST 2018
Jeronimo Pat created DROOLS-2376:
------------------------------------
Summary: DSL expression in Guided Rule Editor
Key: DROOLS-2376
URL: https://issues.jboss.org/browse/DROOLS-2376
Project: Drools
Issue Type: Bug
Components: DSLs Editor, Guided Rule Editor
Affects Versions: 7.5.0.Final
Environment: OS : Windows 10
Server : Apache Tomcat 8
KIE Workbench : 7.5.0
Reporter: Jeronimo Pat
Assignee: Michael Anstis
Attachments: dsl.PNG
Hi,
I created a DSL file , and used the definitions in a Gudied Editor. KIE Workbench 7.5.0.
After saving the rdslr --> closing it (to return to assets view) -->. and clicking open the rdslr again , i observe that the RHS dsl definition get prefixed by a ">" symbol and workbench is unable to analyse expression.
This looks like a bug ..
here is my DSL and rdslr :-
DSL :
[when][]There is a DO = $d : DO()
[when][]- id greater than {id} = id > {id}
[when][]- name is {name} = str == {name}
[then][]Greet =System.out.println("Hello");
rdlsr : Attached in screenshot. Please observe the "<" before the DSL expression "Greet".
The ">" symbol appears automatically.
Thank you !
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list