I am having a hard time finding a link to download Guvnor 6.0 . Can any
please help me find it?

Also I am looking for an example code where I can read drl file created in
Guvnor 6.0 using KIE 

I can find examples for 5.5.0 


 KnowledgeAgent kagent = KnowledgeAgentFactory.newKnowledgeAgent( "myAgent1"
); 
                kagent.applyChangeSet(
ResourceFactory.newUrlResource("http://localhost:8080/jboss-brms/org.drools.guvnor.Guvnor/package/pop.blah.test/CAR/LATEST";));
 
                KnowledgeBase kbase = kagent.getKnowledgeBase(); 
                StatefulKnowledgeSession ksession =
kbase.newStatefulKnowledgeSession(); 
                ResourceFactory.getResourceChangeScannerService().start(); 



--
View this message in context: 
http://drools.46999.n3.nabble.com/Guvnor-6-0-download-and-Example-Code-tp4027140.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