[rules-users] Configuring kie: namespace for Spring.

kenneth.westelinck at telenet.be kenneth.westelinck at telenet.be
Fri Mar 21 06:29:13 EDT 2014


This is what I have:

<?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:kie="http://drools.org/schema/kie-spring" xsi:schemaLocation="
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
       http://drools.org/schema/kie-spring http://drools.org/schema/kie-spring.xsd">

    <kie:kmodule id="kmodule1">
        <kie:kbase name="kbase1" packages="com.sample.test1" eventProcessingMode="stream" />
    </kie:kmodule>

</beans>

----- Original Message -----
From: "milen igrachev" <igrachev at abv.bg>
To: rules-users at lists.jboss.org
Sent: Vrijdag 21 maart 2014 11:17:04
Subject: [rules-users] Configuring kie: namespace for Spring.


Hello, 


can someone please paste me his definition of the xmlns:kie in the spring configuration. 
I read the documentation and I got the configuration principles, but I cannot find the namespace 
definition in the net. A simple paste of the header xmlns:*/schemaLocation will be perfect. 


Thanks in advance! 
M. 
_______________________________________________
rules-users mailing list
rules-users at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


More information about the rules-users mailing list