Re: [rules-users] multiply or divide functions in rules Guvnor

2009-10-17 Thread satjo
I am able to define a rule that has multiply or divide operators in some cases using "Return Value Restriction", where I can relate a field and a parenthesized expression using a relational operator; i.e.: ( ). I, however, am looking for the usage of functions in Guvnor in some cases, e.g.

[rules-users] Null pointer when inserting into working memory

2009-10-17 Thread Scott Burrows
Using 4.0.7. At some random time and after doing literally thousands of inserts and retracts with no issue I suddenly get this when I do a retract from working memory: 2009-10-17 13:25:59,511 ERROR [STDERR] Caused by: java.lang.NullPointerException 2009-10-17 13:25:59,511 ERROR [STDERR] at org.d

Re: [rules-users] Drools as Lexer / Parser (sequential data processing)

2009-10-17 Thread Wolfgang Laun
On Sat, Oct 17, 2009 at 1:55 AM, Clandes Tino wrote: > Hi Wolfgang, > I am very interested in using Drools in common NLP tasks and would really > like to have something to startup with, while I am still drools novice. > > Do you mind if I ask, is the code you posted part of some library/project? >

Re: [rules-users] [droolsflow] JPAVariablePersister Crashing SQL Server RPC?

2009-10-17 Thread Mauricio Salatino
Hmm... Interesting.. what JDBC driver are you using? I remember having troubles with the microsoft one, then I tried with JTDS and everything works fine. But this was about a year ago, with other problem. 2009/10/17 Bill Tarr > Quick update. No definitive progress, but some potential info that

[rules-users] Number of rules left to be fired in the agenda

2009-10-17 Thread skasab2s
Hi guys, I have a simple question: do you know how to check dynamically: -if there are rules to be fired left in the agenda OR -how many rules to be fired are left in the agenda? Thanks and many greets. skasab2s -- View this message in context: http://www.nabble.com/Number-of-rules-left-to-

Re: [rules-users] [droolsflow] JPAVariablePersister Crashing SQL Server RPC?

2009-10-17 Thread Bill Tarr
Quick update.  No definitive progress, but some potential info that may lift the blame from JPA Persister.  I installed SQL 2008 Express locally, and my test case does not crash my DB there.  In addition, our DBA is seeing wierd behavior on our SQL Server since a .NET update was pushed down.