> However I confirm that it is not possible to create a KieContainer out of a
project that doesn't contain a kmodule.xml file.

Sorry, Mario, I didn't make myself clear. My project_jar is indeed a kjar. I
just not looking to have any rules in project_jar dynamically updated. What
I'm focusing on is drools_jar, for which I want the rules to get updated.
project_jar depends on drools_jar:

        <dependency>
                <groupId>com.study</groupId>
                <artifactId>drools_jar</artifactId>
                <version>0.0.1-SNAPSHOT</version>
        </dependency>

Initial version of rules runs just fine when project_jar is deployed.
However, KieScanner is not picking up any updates in drools_jar.

Also, can you please point me to Drools Jira?



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-KieScanner-not-working-tp4029446p4029464.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to