[jboss-jira] [JBoss JIRA] Created: (JBRULES-2148) make jsr94 StatefulRuleSession keepReference configurable, not constant true
Juergen none (JIRA)
jira-events at lists.jboss.org
Mon Jun 29 12:28:56 EDT 2009
make jsr94 StatefulRuleSession keepReference configurable, not constant true
----------------------------------------------------------------------------
Key: JBRULES-2148
URL: https://jira.jboss.org/jira/browse/JBRULES-2148
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-jsr94
Affects Versions: 5.0.1.FINAL
Reporter: Juergen none
Assignee: Mark Proctor
I use stateful rule session via jsr94
i configured keepReference=false via properties file, but org.drools.jsr94.rules.StatefulRuleSessionImpl hardcoded changes it to true
org.drools.jsr94.rules.StatefulRuleSessionImpl.java::114:
conf.setKeepReference( true );
hard to call release(), via session invalidation or object finalization
I simply would like for drools not to keep a reference, something jsr94 api impl does not allow me to do
patched 4.0.7, will have to do it again for 5.0.1.FINAL
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list