java - Need to fire a rule from eclipse that s ceated in drools guvnor -


though able fire rules eclipse created inside project not able fire rule thay being created in drools guvnor after deploying pojo model? approach right? suggestion regarding approach????

you want use knowlegdeagent, allows create kbase compiled package in guvnor. http://docs.jboss.org/drools/release/5.5.0.final/drools-guvnor-docs/html/ch09.html#d0e3433

alternatively, can download rule files guvnor using changeset , hardcoding url there, example: https://github.com/droolsjbpm/jbpm/blob/5.4.0.final/jbpm-test/src/main/java/org/jbpm/test/jbpmjunittestcase.java#l213

kris


Comments

Popular posts from this blog

java - Callback from new thread to class from which thread was initiated -

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -