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" <igrac...@abv.bg>
To: rules-users@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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to