[rules-users] field names containing underscore

2011-05-31 Thread Samuli Saarinen
liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064 www.remion.com ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] field names containing underscore

2011-05-31 Thread Samuli Saarinen
I was a bit of hasty posting this. As I checked it more closely it seams that if field name starts with uppercase letter it must be accessed using lower case in the rule. So this has nothing to do with the underscore. Sorry for the noise. Samuli On 31.5.2011 10:37, Samuli Saarinen wrote

Re: [rules-users] Declaring events separately from rules breaks expires

2010-11-08 Thread Samuli Saarinen
On 8.11.2010 16:43, Edson Tirelli wrote: Please open a JIRA. If it is not creating a new fact type, i.e., only attaching metadata to existing types, it should either merge metadata or raise errors. Also, documentation was not updated in that place. Can you mention that please, as we

Re: [rules-users] Declaring events separately from rules breaks expires

2010-11-07 Thread Samuli Saarinen
that is added first. I was hoping that the first declaration to be a default expires that could be overwritten later on with a new declaration but it seems that this is currently not possible. Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen

[rules-users] sliding window and explicit event expiration

2010-11-01 Thread Samuli Saarinen
time window of 3s to detect 2 events in the given window. Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064 www.remion.com ___ rules

Re: [rules-users] Declaring events separately from rules breaks expires

2010-11-01 Thread Samuli Saarinen
On 29.10.2010 19:18, Wolfgang Laun wrote: On 29 October 2010 16:08, Samuli Saarinen samuli.saari...@remion.com mailto:samuli.saari...@remion.com wrote: Further more if I declare the event in both of the files with different @expires the one being used is the one that is added first. I

Re: [rules-users] Declaring events separately from rules breaks expires

2010-11-01 Thread Samuli Saarinen
/drools/docs/5.1.1.34858.FINAL/drools-fusion/html_single/index.html#d0e1300 -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064 www.remion.com ___ rules-users

[rules-users] Declaring events separately from rules breaks expires

2010-10-29 Thread Samuli Saarinen
not possible. Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064 www.remion.com ___ rules-users mailing list rules-users@lists.jboss.org

[rules-users] event declaration using fqn

2010-10-28 Thread Samuli Saarinen
the users guide it should work in both cases but am I missing something obvious here or is this possibly a bug? I'm using Drools 5.1.0 but tested this with 5.1.1 also Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358

Re: [rules-users] event declaration using fqn

2010-10-28 Thread Samuli Saarinen
cases but am I missing something obvious here or is this possibly a bug? I'm using Drools 5.1.0 but tested this with 5.1.1 also -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064

[rules-users] Declaring events programmatically

2010-10-26 Thread Samuli Saarinen
Hello, I'm looking for a way to declare facts as events using an API. Would anyone happen to know if such an API exists in drools? Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064

Re: [rules-users] Declaring events programmatically

2010-10-26 Thread Samuli Saarinen
...@remion.com wrote: I'm looking for a way to declare facts as events using an API. Would anyone happen to know if such an API exists in drools? Cheers, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax

Re: [rules-users] Declaring events programmatically

2010-10-26 Thread Samuli Saarinen
, Samuli Saarinen samuli.saari...@remion.com mailto:samuli.saari...@remion.com wrote: Hi, I'm aware of that but was looking for a way to do it using some API. I am inserting some objects to the engine and would like to declare them as events automatically before inserting. I could

[rules-users] Drools 5 setGlobal

2010-06-22 Thread Samuli Saarinen
is the behaviour different and which one is correct? Regards, Samuli -- Remion Oy Etävalvontajärjestelmät liiketoiminnan Samuli Saarinen tehostamiseen gsm +358 (0)50 3560075 fax +358 (0)3 2125064 www.remion.com ___ rules-users mailing list

Re: [rules-users] Drools 5 setGlobal

2010-06-22 Thread Samuli Saarinen
need to define it first in the drl file. Greetings! - CTO @ http://www.plugtree.com - MyJourney @ http://salaboy.wordpress.com - Co-Founder @ http://www.jbug.com.ar - Mauricio Salaboy Salatino - On Jun 22, 2010, at 4:32, Samuli Saarinen samuli.saari...@remion.com wrote: Hello, I'm

Re: [rules-users] Drools 5 setGlobal

2010-06-22 Thread Samuli Saarinen
] On Tue, Jun 22, 2010 at 8:40 AM, Samuli Saarinen samuli.saari...@remion.com mailto:samuli.saari...@remion.com wrote: Actually I am trying to set an unexistent variable (test2) in both snippets. But for some reason only the second one produces the exception. Samuli