Mario Fusco created DROOLS-73:
---------------------------------
Summary: Infinite loop when expanding DSL rule
Key: DROOLS-73
URL:
https://issues.jboss.org/browse/DROOLS-73
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Description of problem:
Given a DSL configuration containing
[when]Foo with {var} bars=Foo( bars == {var} )
and a probably incorrect rule containing
when
Foo with {var} bars
When this rule is expanded by org.drools.lang.dsl.DefaultExpander the expansion gets stuck
in an infinite loop, probably substituting {var} with {var} again and again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira