[jboss-jira] [JBoss JIRA] (DROOLS-382) Rule Templates and BRL Fragments are inconsistent with Decision Tables (fix edge-case)
Michael Anstis (JIRA)
issues at jboss.org
Tue Dec 17 15:36:43 EST 2013
[ https://issues.jboss.org/browse/DROOLS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932195#comment-12932195 ]
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
More information about the jboss-jira
mailing list