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.
Best Regards, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Mon, Jan 16, 2012 at 3:11 PM, srinivasasanda <[email protected]>wrote: > efore rule engine start > 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..... > > ChangeSet is > <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 > 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' /> > </add> > </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 > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
