[jboss-jira] [JBoss JIRA] (DROOLS-1284) KieModuleModel property configurations are not preserved during incremental compilation
Anton Giertli (JIRA)
issues at jboss.org
Tue Sep 13 10:04:00 EDT 2016
Anton Giertli created DROOLS-1284:
-------------------------------------
Summary: KieModuleModel property configurations are not preserved during incremental compilation
Key: DROOLS-1284
URL: https://issues.jboss.org/browse/DROOLS-1284
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Anton Giertli
Assignee: Mario Fusco
Fix For: 6.5.0.Final, 7.0.0.Beta2
When a KieBuilder configuration is set into the kmodule.xml as in the following example, this configuration is not preserved during incremental compilation.
{code}
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<kmodule xmlns=\"http://jboss.org/kie/6.0.0/kmodule\">
<configuration>
<property key=\"drools.propertySpecific\" value=\"ALWAYS\" />
</configuration>
</kmodule>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list