1 Reply Latest reply on Apr 20, 2012 4:50 AM by salaboy21

    jbpm spring

    gigazhang

      <drools:kbase id="knowledgeBase">

              <drools:resources>

                  <drools:resource type="DRF"

                                   source="classpath:org/drools/container/spring/timer/flow/timer-flow.rf" />

              </drools:resources>

          </drools:kbase>

       

       

      Can i define the resource out of the configration xml?

       

      My flow is created by system user,before that I didn't know the path of resources and the name of the resources.

       

       

      or any other method to intgeration bpmn(drools?) to springframework?