[jboss-jira] [JBoss JIRA] (DROOLS-407) kieBaseConfiguration.setOption(RuleEngineOption.RETEOO); without drools-reteoo.jar in the classpath should fail fast instead of a warning
Geoffrey De Smet (JIRA)
issues at jboss.org
Mon Jan 20 04:45:28 EST 2014
[ https://issues.jboss.org/browse/DROOLS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey De Smet updated DROOLS-407:
------------------------------------
Description:
If a user explicitly asks for RETEOO
kieBaseConfiguration.setOption(RuleEngineOption.RETEOO);
and drools-reteoo.jar is not on the classpath, it should crash and burn.
Not happily continue while logging a warning (which are often not be seen).
was:
If a user explicitly asks for RETEOO
kieBaseConfiguration.setOption(RuleEngineOption.RETEOO);
and drools-reteoo.jar is not on the classpath, it should crash and burn.
Not happily continue while logging a warning (which might not be seen).
Lost a bunch of benchmarks due to this and lead invalid conclusions.
> kieBaseConfiguration.setOption(RuleEngineOption.RETEOO); without drools-reteoo.jar in the classpath should fail fast instead of a warning
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-407
> URL: https://issues.jboss.org/browse/DROOLS-407
> Project: Drools
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Assignee: Mark Proctor
>
> If a user explicitly asks for RETEOO
> kieBaseConfiguration.setOption(RuleEngineOption.RETEOO);
> and drools-reteoo.jar is not on the classpath, it should crash and burn.
> Not happily continue while logging a warning (which are often not be seen).
--
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