]
Hiroko Miura commented on DROOLS-4120:
--------------------------------------
Here is attachment files.
- HelloWorldNG.zip
This is JBDS project which was archived just after issue happened on JBDS
- result_JBDS12.9.txt (provided by customer)
This is debug output when run mvn -X clean install -DgenerateModel=YES on JBDS
- result_JBDS12.9.txt (provided by customer)
This is debug output when run mvn -X clean install -DgenerateModel=YES from command
line
executable-model: .drl is included in jar even with
-DgenerateModel=YES
-----------------------------------------------------------------------
Key: DROOLS-4120
URL:
https://issues.jboss.org/browse/DROOLS-4120
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.18.0.Final
Environment: - JBDS12
-RHDM7.3.0( 7.18.0.Final-redhat-00002)
Reporter: Hiroko Miura
Assignee: Mario Fusco
Priority: Major
Labels: support
Attachments: HelloWorldNG.zip, result_JBDS12.9.txt, result_maven3.5.3.txt
When generating executable model with option -DgenerateModel=Yes,
.drl is included in generated jar.
This does not happen always, but surely happens some times, especially generating on
JBDS. Once issue happens , it also happens with high probability when building it by
command 'mvn clean install -DgenerateModel=YES' from command line.