[jboss-jira] [JBoss JIRA] (DROOLS-1735) Fetch KieSession from Kbase using session name
Chandresh Mishra (JIRA)
issues at jboss.org
Sun Sep 17 14:19:00 EDT 2017
Chandresh Mishra created DROOLS-1735:
----------------------------------------
Summary: Fetch KieSession from Kbase using session name
Key: DROOLS-1735
URL: https://issues.jboss.org/browse/DROOLS-1735
Project: Drools
Issue Type: Enhancement
Components: core engine
Affects Versions: 7.3.0.Final
Reporter: Chandresh Mishra
Assignee: Mario Fusco
KieSession kSession = kContainer.getKieBase("KiebaseName")).newKieSession();
There is no method available in KieBase to get KieSession by passing the session name.
which is similar to get session from container
kSession = kContainer.newKieSession("SessionName");
So , We can not choose a particular kieBase and KieSession at a same time by passing the name for both.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list