[jboss-jira] [JBoss JIRA] (DROOLS-1623) Inappropriate "Missing Header" DecisionTableParseException
Christian Lowe (JIRA)
issues at jboss.org
Tue Jun 20 12:49:00 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christian Lowe updated DROOLS-1623:
-----------------------------------
Description:
Introduced in commit ___,
A condition in the "when" section of a drt file, which begins with the word package, such as:
{code:mvel}
$box: Box (
packageName == $productPackageName,
)
{code}
... will cause an error:
{code:java}
org.drools.template.parser.DecisionTableParseException: Missing header
at org.drools.template.parser.DefaultTemplateContainer.parseTemplate(DefaultTemplateContainer.java:127)
.......
{code}
was:
Introduced in commit ___,
$box: Box (
packageName == $productPackageName,
)
> Inappropriate "Missing Header" DecisionTableParseException
> ----------------------------------------------------------
>
> Key: DROOLS-1623
> URL: https://issues.jboss.org/browse/DROOLS-1623
> Project: Drools
> Issue Type: Bug
> Reporter: Christian Lowe
> Assignee: Edson Tirelli
>
> Introduced in commit ___,
> A condition in the "when" section of a drt file, which begins with the word package, such as:
> {code:mvel}
> $box: Box (
> packageName == $productPackageName,
> )
> {code}
> ... will cause an error:
> {code:java}
> org.drools.template.parser.DecisionTableParseException: Missing header
> at org.drools.template.parser.DefaultTemplateContainer.parseTemplate(DefaultTemplateContainer.java:127)
> .......
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list