/jcg-andygene-web-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/applicationContext-drools.xml
http://jcg-andygene-web.googlecode.com/ · XML · 32 lines · 20 code · 7 blank · 5 comment · 0 complexity · 9a7e5af841603ac4ac0cc47bd281ad29 MD5 · raw file
- #set( $symbol_pound = '#' )
- #set( $symbol_dollar = '$' )
- #set( $symbol_escape = '\' )
- <?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:drools="http://drools.org/schema/drools-spring"
- xmlns:camel="http://camel.apache.org/schema/spring"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://drools.org/schema/drools-spring http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-container/drools-spring/src/main/resources/org/drools/container/spring/drools-spring-1.0.0.xsd">
-
- <drools:resource id="resource1" type="DRL" source="classpath:drools/JCG.drl" />
- <!-- <drools:resource id="resource2" source="classpath:drools/XXX.xls" type="DTABLE">-->
- <!-- <drools:decisiontable-conf input-type="XLS" worksheet-name="Tables_2" />-->
- <!-- </drools:resource>-->
-
-
- <drools:kbase id="kbase1">
- <drools:resources>
- <drools:resource ref="resource1" />
- </drools:resources>
- <drools:configuration>
- <drools:mbeans enabled="true" />
- <drools:event-processing-mode mode="STREAM" />
- </drools:configuration>
- </drools:kbase>
- <!-- <drools:ksession id="ksession1" type="stateless" name="stateless1" kbase="kbase1" />-->
- <!-- <drools:ksession id="ksession2" type="stateful" kbase="kbase1" />-->
- </beans>