Re: [rules-users] Question about custom accumulation functions

2011-09-14 Thread Bruno Freudensprung
Hi Edson, Good news: the problem does not happen, neither with the 5.2.0.Final nor with the latest snapshot. Best regards, Bruno. Le 08/09/2011 17:17, Edson Tirelli a écrit : Bruno, Can you please test it with latest snapshot? If it is still a problem, then please open a JIRA and

Re: [rules-users] Question about custom accumulation functions

2011-09-14 Thread Edson Tirelli
Good. Thanks for letting us know. Edson 2011/9/14 Bruno Freudensprung bruno.freudenspr...@temis.com Hi Edson, Good news: the problem does not happen, neither with the 5.2.0.Final nor with the latest snapshot. Best regards, Bruno. Le 08/09/2011 17:17, Edson Tirelli a écrit :

Re: [rules-users] Memory leak in 5.2/5.3

2011-09-14 Thread Swindells, Thomas
This probably isn't very optimal but it should work: CollectionFactHandle factHandles = session.getFactHandles(); for(FactHandle f : factHandles) { session.retract(f); } Thomas -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-

[rules-users] [Guvnor] template keys in formula and metadata

2011-09-14 Thread Hans Boerstra
Is it possible to use template keys in a formula and metadata in a rule template in Guvnor? I can't find a way to get them in and if I just use $var notation it does not get used when I load template data. In Guvnor I can only use template keys in the expression editor. In the drt format I could

Re: [rules-users] [Guvnor] template keys in formula and metadata

2011-09-14 Thread Michael Anstis
Hi, This is not possible at present, there is an unresolved JIRA for it already: https://issues.jboss.org/browse/GUVNOR-1431. It is unlikely to make 5.3.0.Final, however not completely ruled out at the moment. With kind regards, Mike 2011/9/14 Hans Boerstra hans.boers...@hotmail.com Is it

Re: [rules-users] [Guvnor] template keys in formula and metadata

2011-09-14 Thread Hans Boerstra
Ok, would be great if it would be part of 5.3.0 as it would make the lives of our business users a lot easier. Is there a workaround available by creating a drt file and importing that somehow? What's in the template file in the webdav repository when a rule template is saved? We have a

[rules-users] Changeset does not monitor folder correctly

2011-09-14 Thread wendy
Hi, I'm trying to use a change set to monitor a folder for drl files but I can't get it to work right. If I list all the files in the folder all the rules load correctly and everything thing is happy. If I just specify a folder the mapping resource are associating rules from the test-two.drl