So, no Knowledge Agent logs? That's weird. I would suggest you to download Drools' binaries and debug inside KnowldgeAgentImpl.java to see what is going on. Did you try without using a KnowledgeAgent? You can also add a change-set to a KnowledgeBuilder and construct a KnowledgeBase using the compiled packages of the kbuilder.
efore rule engine startChangeSet is
after creating kagent
$After Apply change set
After starting Notification service
After rule engine start
no of packages0
no of packages0
no of packages0
no of packages0.....
<change-set xmlns='http://drools.org/drools-5.0/change-set'
xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
xs:schemaLocation='http://drools.org/drools-5.0/change-set
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd'
>
<add>
<resource</add>
source='http://localhost:8080/guvnor-5.3.0.Final-jboss-as-5.1/rest/packages/pricing/source'
type='DRL' />
<resource
source='http://localhost:8080/guvnor-5.3.0.Final-jboss-as-5.1/rest/packages/search/source'
type='DRL' />
</change-set>
Till now,I'm unable to find why changeset is working fine for local DRL
files,but when it comes to guvnor DRL's with rest api embedded,its
generating no output.
--
View this message in context: http://drools.46999.n3.nabble.com/unable-to-update-the-changes-guvnor-rules-to-application-using-changeset-tp3652824p3663306.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