[
https://issues.jboss.org/browse/DROOLS-382?page=com.atlassian.jira.plugin...
]
Michael Anstis commented on DROOLS-382:
---------------------------------------
See drools-workbench-models'
org.drools.workbench.models.guided.template.backend.RuleTemplateModelDRLPersistenceTest.
There are two Ignore'd tests that cover the same edge use-case; where
CompositeFieldConstraint need knowledge of another CompositeFieldConstraint.
{code}
FactPattern
/ \
CompositeFieldConstraint CompositeFieldConstraint
/ \ / \
SingleFieldConstraint SingleFieldConstraint SingleFieldConstraint
SingleFieldConstraint <--- new gctx
----------------------------------------------
----------------------------------------------
gctx.setFieldConstraint(...)
gctx.setFieldConstraint(...)
{code}
Rule Templates and BRL Fragments are inconsistent with Decision
Tables (fix edge-case)
--------------------------------------------------------------------------------------
Key: DROOLS-382
URL:
https://issues.jboss.org/browse/DROOLS-382
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 6.0.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
--
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