Back to bug 1322424

Who When What Removed Added
Rajesh Rajasekaran 2016-04-05 14:22:00 UTC CC rrajasek
Tomas 'Sheldon' Radej 2016-04-14 16:48:38 UTC CC tradej
Docs Contact tradej
Doc Text The elements <ksession-ref> and <kbase-ref> can not be used with KIE-Aries-Blueprint for declaring Blueprint beans for KieSession or KieBase from a kJAR with a given ReleaseId, because they are only partially implemented, and are not defined in kie-aries-blueprint.xsd. Their usage results in Blueprint rejecting the given XML. To work around the problem, declare a bean for KieContainer, and use that for creating KieSession or KieBase beans manually as follows:

<kie:kcontainer-ref id="kjar-kcontainer" releaseId="kjar-gav" />

<bean id="kieSessionBean"
factory-ref="kjar-kcontainer"
factory-method="newKieSession" destroy-method="dispose">
<argument value="kieSessionName"/>
</bean>
Marek Winkler 2016-05-11 12:09:28 UTC Severity medium high
Alasdair Kergon 2020-03-27 19:08:32 UTC Status NEW CLOSED
Resolution --- EOL
Last Closed 2020-03-27 19:08:32 UTC

Back to bug 1322424