<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:context="http://www.springframework.org/schema/context"
    xmlns:drools="http://drools.org/schema/drools-spring"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
    http://drools.org/schema/drools-spring https://github.com/droolsjbpm/droolsjbpm/raw/master/drools-container/drools-spring/src/main/resources/org/drools/container/spring/drools-spring-1.2.0.xsd"
    default-autowire="byName"> 
    
    <drools:kbase id="kbase1">
        <drools:resources>
            
        </drools:resources>
    </drools:kbase>
    
    <drools:ksession id="ksession1" type="stateful"  kbase="kbase1"/>
</beans>
