[rules-users] Tracking documentation changes

2013-07-25 Thread Edson Tirelli
As we approach final release, many of us will be working on documentation. I would like to ask anyone committing changes to docs to use the BZ-916448 on your commit message to make it easier to track these commits. Thank you -- Edson Tirelli Principal Software Engineer Red Hat Busi

Re: [rules-users] How to set drools.dialect.mvel.strict = false?

2013-07-25 Thread Jeet Singh
Thanks a lot, this helps alot. now all the errors gone. On Thu, Jul 25, 2013 at 1:24 AM, Wolfgang Laun wrote: > @Mark: There's really no need to claim additional bugs ;-) > > @Jeetendra: Within a pattern (such as "ProposalLight(...)") you may > write bindings and constraints, which are boolean

Re: [rules-users] uninformative rule parsing/compiling error -> org.drools.rule.Rule cannot be cast to org.drools.rule.Query

2013-07-25 Thread De Rooms Brecht
Op 24/07/2013 14:24, Davide Sottara schreef: > Two clarifications first: > > 1) Which version are you using? > Version 5.4.0.Final > 2) Is TrackerUpdate a static class inside TrackerRemote? > In case, could you post the exact "import" statements you are using? > It is a normal class inside TrackerR

[rules-users] Guvnor 5.5 POJO upload error when there is dependency

2013-07-25 Thread maunakea
Guvnor 5.5.0 on Tomcat 7 I have 2 model jars: x.jar y.jar Both contain our domain pojos. y.jar does not have any dependencies. x.jar has a reference to a class in y.jar When I upload y.jar, no errors When I upload x.jar after y.jar is already uploaded, I get this error for the class that is in y.

[rules-users] Timer and AgendaFilter

2013-07-25 Thread Kai Ruddies
Hi, I have a rule with a timer and call fireAllRules(AgendaFilter agendaFilter) with an AgendaFilter. I can see the Activation is fired after the delay but accept(Activation activation) in my AgendaFilter isn't invoked. My AgendaFilter is working well for other rules without timers. Is this a

Re: [rules-users] OptaPlanner: score corruption when using insertLogical with custom objects

2013-07-25 Thread pvandenbrink
ge0ffrey wrote > Yes, please reopen the jira issue if you're able to reproduce it with > 6.0.0.Beta5 or higher. Done, I've modified the dataset, so the issue's reproducible again in 6.0.0.Beta5 and 6.0.0.SNAPSHOT, with the corrected equals/hashcode for FamilyStart. -- View this message in cont

Re: [rules-users] Drools Dzone Refcard

2013-07-25 Thread Salaboy
I will just post the link and a small brief about it Sent from my iPhone On 25 Jul 2013, at 11:11, Mario Fusco wrote: > I am not sure if you can republish it somewhere else but I don't think so. > You could just link it from your blog if you want. > I will ask to the Dzone guy I am in touch wi

Re: [rules-users] Drools Dzone Refcard

2013-07-25 Thread Mario Fusco
I am not sure if you can republish it somewhere else but I don't think so. You could just link it from your blog if you want. I will ask to the Dzone guy I am in touch with if it can be published in a blog, but I am quite skeptical about it. Mario -- View this message in context: http://drool

Re: [rules-users] Drools Dzone Refcard

2013-07-25 Thread Mauricio Salatino
Great Mario! Can I publish that in my blog? On Thu, Jul 25, 2013 at 9:01 AM, Mario Fusco wrote: > Hi all, > > Marcin Grzejszczak and myself wrote a Dzone Refcard covering Drools 5.5 > that > is now available for download here: > http://refcardz.dzone.com/refcardz/drools > > We hope this could b

[rules-users] Drools Dzone Refcard

2013-07-25 Thread Mario Fusco
Hi all, Marcin Grzejszczak and myself wrote a Dzone Refcard covering Drools 5.5 that is now available for download here: http://refcardz.dzone.com/refcardz/drools We hope this could be useful both as a starting guide for beginners and as cheat sheet for more experienced users. Cheers, Mario -

Re: [rules-users] OptaPlanner: score corruption when using insertLogical with custom objects

2013-07-25 Thread Geoffrey De Smet
On 24-07-13 17:05, pvandenbrink wrote: > > Thanks for looking into it, and you're right. Looks like I made an error in > the reproducer project, sorry... The original code didn't have this > equals/hashcode problem. After fixing this in the reproducer, the example > schedule works fine though, so I