[
https://issues.redhat.com/browse/DROOLS-6034?page=com.atlassian.jira.plug...
]
Luca Molteni moved RHDM-1610 to DROOLS-6034:
--------------------------------------------
Component/s: executable model
(was: BRE)
Docs QE Status: NEW
Key: DROOLS-6034 (was: RHDM-1610)
QE Status: NEW
Affects Version/s: (was: 7.9.0.GA)
(was: 7.9.1.GA)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Environment: (was: * Red Hat Decision Manager
** 7.9.0)
Project: Drools (was: Red Hat Decision Manager)
Unable to build project inserting and updating a fact of same rule
running with an executable model
---------------------------------------------------------------------------------------------------
Key: DROOLS-6034
URL:
https://issues.redhat.com/browse/DROOLS-6034
Project: Drools
Issue Type: Bug
Components: executable model
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Major
Attachments: RuleIssue_02864136.zip, pom.xml
Customer has rule which look like as:
~~~
rule "Testrule"
dialect "mvel"
when
then
com.Employee e = new Employee();
e.setId("1");
insert( e );
e.setName("abc");
update( e );
end
~~~
If we try to build project it fails with below exception:
~~~
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.kie:kie-maven-plugin:7.44.0.Final-redhat-00003:generateModel (default-generateModel)
on project RuleIssue_02864136: Execution default-generateModel of goal
org.kie:kie-maven-plugin:7.44.0.Final-redhat-00003:generateModel failed.: RuntimeException
-> [Help 1]
[ERROR]
~~~
--
This message was sent by Atlassian Jira
(v8.13.1#813001)