[jboss-jira] [JBoss JIRA] (DROOLS-181) Add to projects kie-spring, kie-aries-blueprint factorybeans to allow to create RuntimeManager, RuntimeEngine

Charles Moulliard (JIRA) jira-events at lists.jboss.org
Mon Jul 1 15:37:21 EDT 2013


    [ https://issues.jboss.org/browse/DROOLS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786694#comment-12786694 ] 

Charles Moulliard commented on DROOLS-181:
------------------------------------------

Code committed for Blueprint and allowing to create a runtimeManager with options empty, default or defaultEmpty. Asset is passed as a parameter. A kieRuntimeManager session can be created (using as parameter the reference of the runtimeManager) to start/stop processes.

Example

{code}
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:kie="http://drools.org/schema/kie-aries-blueprint/1.0.0"
           xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0
           http://drools.org/schema/kie-aries-blueprint/1.0.0 http://drools.org/schema/kie-aries-blueprint/1.0.0">

  <kie:kruntimeManager id="emptyRuntimeManager"
                       type="empty"
                       asset="bpmn/EvaluationProcess.bpmn2"
                       assetType="BPMN2"/>

  <kie:kruntimeManagerSession id="simpleSession" kruntimeManager-ref="emptyRuntimeManager"/>

</blueprint>
{code}
                
> Add to projects kie-spring, kie-aries-blueprint factorybeans to allow to create RuntimeManager, RuntimeEngine
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: DROOLS-181
>                 URL: https://issues.jboss.org/browse/DROOLS-181
>             Project: Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Charles Moulliard
>            Assignee: Mark Proctor
>
> Until now, it is not possible using spring or blueprint to create a 
> <kie:runtimemanager>
> or 
> <kie:runtimeengine>
> for BPMN(2)

--
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