[
https://issues.jboss.org/browse/DROOLS-424?page=com.atlassian.jira.plugin...
]
Damon Horrell commented on DROOLS-424:
--------------------------------------
If anyone is looking for a server for drools with a session-scoped knowledge session then
you can use:
http://anonsvn.jboss.org/repos/tohu/trunk/tohu/tohu-xml/src/main/java/org...
This is part of the Tohu project but there is nothing Tohu-specific about it so it could
be easily adapted for other purposes. It uses the CommandExecutor but currently only
supports request/responses in XML format.
drools-camel support for session-scoped knowledge session
---------------------------------------------------------
Key: DROOLS-424
URL:
https://issues.jboss.org/browse/DROOLS-424
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 5.6.0.Final
Reporter: Damon Horrell
Assignee: Mark Proctor
The Spring configuration for drools-camel allows creation of either a stateless knowledge
session (i.e. effectively request-scoped), or a single stateful knowledge session which is
shared by all requests (i.e. effectively application-scoped). There is no session-scoped
option.
This differs from the earlier drools-execution-server module (version 0.0.4) which was
replaced by drools-camel. drools-execution-server maintained a separate
StatefulKnowledgeSession instance per HTTP session.
Can you please add support for a session-scoped StatefulKnowledgeSession?
--
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