Regarding "When Guvnor is down, KnowledgeAgent keeps rebuilding kbase from
cached files", it has been fixed for 5.6.0.Final. So I think it's worth trying.
https://bugzilla.redhat.com/show_bug.cgi?id=1027221
https://github.com/droolsjbpm/drools/commit/34d7d2c7de1ce55cea93f7317a7c682c69c57eae
Chee
Hello,
To help those who are interested in I18N of droolsjbpm workbench, I have posted
a wiki page about build tips.
https://community.jboss.org/wiki/HowI18NIsBuiltInDroolsjbpmWorkbenchProjects
Feel free to update the page if you want to correct / add information.
Cheers,
Toshiya
_
Hello,
I wrote a Drools Complex Event Processing demo which is a web application based
on Drools Fusion + Twitter4J + Guvnor.
http://tkobayas.wordpress.com/2013/06/15/drools-fusion-twitter4j-guvnor-demo/
https://github.com/tkobayas/twitter-cep-web
In 2012 JUDCON India, I presented this demo ba
t to submit a GIT pull request I'll happily take a look.
With kind regards,
Mike
2011/12/20 Toshiya Kobayashi < tkoba...@redhat.com >
Thanks Michael and Mark.
> If the member has a getter it is available in the LHS (=Guided Rule Editor
> lists it in "Modify constrain
ot;setters" for them.
It probably looks like we should support only getters though, for existing
beans. We just need to be intelligent enough not to allow the setter to be used
in the IDE.
Toshiya: Sounds like a great introduction task, you up for the challenge?
Mark
On 19 Decemb
Hello,
In Guvnor 5.3.0, I can use CEP feature support in Guided Rule Editor after
uploading a class by "Upload POJO Model jar" and annotating it in "New
Declarable Mode".
1. | declare TestPojo
2. | @role(value = event)
3. | end
But if some fields of the POJ