[jboss-user] [jBPM] - Re: jBPM5 Spring Integration: 'jbpm:kbase' can not be found

liliana.iovanovici do-not-reply at jboss.com
Mon Feb 20 06:26:36 EST 2012


liliana.iovanovici [https://community.jboss.org/people/liliana.iovanovici] created the discussion

"Re: jBPM5 Spring Integration: 'jbpm:kbase' can not be found"

To view the discussion, visit: https://community.jboss.org/message/717933#717933

--------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans"
       xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
       xmlns:jbpm=" http://drools.org/schema/drools-spring http://drools.org/schema/drools-spring"
       xmlns:context=" http://www.springframework.org/schema/context http://www.springframework.org/schema/context"    
       xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://drools.org/schema/drools-spring http://drools.org/schema/drools-spring
        http://drools.org/schema/drools-spring.xsd http://drools.org/schema/drools-spring.xsd
       ">

   <jbpm:kbase id="kbase">
    <jbpm:resources>
      <jbpm:resource type="BPMN2" source="classpath:Hi.bpmn" />
    </jbpm:resources>
  </jbpm:kbase>


  <jbpm:ksession id="ksession" type="stateful" kbase="kbase">
    <jbpm:configuration>
      <jbpm:jpa-persistence>
        <jbpm:entity-manager-factory ref="entityManagerFactory"/>
        <jbpm:transaction-manager ref="transactionManager"/>
      </jbpm:jpa-persistence>
    </jbpm:configuration>
  </jbpm:ksession>

            <bean id="jbpmEngine" class="spring.integration.jbpm.JBPMEngine">

          </bean>



</beans>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/717933#717933]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120220/686df148/attachment.html 


More information about the jboss-user mailing list