Re: [rules-users] KnowledgeAgentImpl memory leak (5.5.0.Final)

2014-03-23 Thread Toshiya Kobayashi
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

[rules-users] How I18N is built in droolsjbpm workbench projects

2013-11-07 Thread Toshiya Kobayashi
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 _

[rules-users] Drools Fusion + Twitter4J + Guvnor Demo

2013-06-18 Thread Toshiya Kobayashi
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

Re: [rules-users] Guided Rule Editor doesn't list no-setter-fields if a fact is annotated

2011-12-21 Thread Toshiya Kobayashi
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

Re: [rules-users] Guided Rule Editor doesn't list no-setter-fields if a fact is annotated

2011-12-20 Thread Toshiya Kobayashi
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

[rules-users] Guided Rule Editor doesn't list no-setter-fields if a fact is annotated

2011-12-18 Thread Toshiya Kobayashi
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