[rules-users] Drools error log msg?

2014-02-25 Thread Markus Schneider
Hi list, I see the following error msg in my drools log but I don't know how to interpret this. Do I have a serious problem here? Has anybody a clue? Thanks in advance. Cheers, -markus | Error ==[AfterActivationFiredEvent: getActivation()=[Activation rule=UpdateAlertRule, act#=37,

Re: [rules-users] Drools error log msg?

2014-02-25 Thread Markus Schneider
a different behavior, remove the listener and implement one of your own. These are not errors anyway. Davide On 02/25/2014 09:40 AM, Markus Schneider wrote: Hi list, I see the following error msg in my drools log but I don't know how to interpret this. Do I have a serious problem here

Re: [rules-users] Drools error log msg?

2014-02-25 Thread Markus Schneider
like yours.. would you be interested in doing some research and see if/how they impact performance and rule authoring? Davide On 02/25/2014 02:31 PM, Markus Schneider wrote: The reason why I've activated the logging was that some rules are not fired after inserting a special amount of facts

[rules-users] Drools 6 - Trouble with newReaderResource(Reader reader)

2013-10-01 Thread Markus Schneider
Hi list, try to make my first experiences with Drools 6. For that purpose I've modified slightly the 'KieFileSystemExample' ( https://github.com/droolsjbpm/drools/blob/6.0.0.CR3/drools-examples-api/kiefilesystem-example/src/main/java/org/drools/example/api/kiefilesystem/KieFileSystemExample.java

Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-04 Thread Markus Schneider
Hi Alex, I'm developing a Grails Drools Plugin, too. At the moment I'm working on an ECA (Event Correlation Analysis) solution so my current focus is on expert fusion. But jBPM is also an important module that I'll need in the future. Maybe we can come togehter and create one feature rich

[rules-users] timer in stateless kbsession?

2013-08-13 Thread Markus Schneider
Hi list, short question regarding timers. Are they available in stateless sessions? Regards, -markus ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] timer in stateless kbsession?

2013-08-13 Thread Markus Schneider
Thanx for the fast response. That's what I've assumed but I wasn't really sure. -markus 2013/8/13 Wolfgang Laun wolfgang.l...@gmail.com Doesn't make much sense to have timers in a stateless session. Just use a stateful session. -W On 13/08/2013, Markus Schneider markus.schneide