[rules-users] JBoss Drools 4.0 Released

2007-07-25 Thread Mark Proctor
JBoss Drools 4.0 has just been released :) We are really proud of what we have done here. We believe that we now have the best and most powerful declarative rule language, bar none; commercial or open source. The Rule Flow is excellent and I really enjoyed updating the Conway's Game of Life to

[rules-users] Re: Load working memory with old/existsing facts

2007-07-25 Thread Arjun Dhar
tom at bergstein-soraic.de writes: I've a use case that is similar to the TroubleTicketExample that is part of the drools examples.   In this examples new tickets are inserted via workingMemory.assertObject (ticket). However, tickets are usually managed and stored in a ticketing system

Re: [rules-users] Re: Load working memory with old/existsing facts

2007-07-25 Thread Edson Tirelli
Technically it is possible and supported to serialize working memories. Although, we did faced problems with large serializations due to a known recursion issue in JDK. There is a JIRA for that, but I don't have the link right now. Now, if you want to reassert objects without firing rules,

Re: [rules-users] How to write constraint about a Map inside a Map?

2007-07-25 Thread Edson Tirelli
What error are you getting? I just tested this in MVELSH and it works: mvel$ map[outerKey][innerKey] OUT: innerValue []s Edson 2007/7/24, Felipe Piccolini [EMAIL PROTECTED]: Suppouse I have a Map attribute and one of the values is another Map...how can I check a member of the

Re: [rules-users] Problem with function

2007-07-25 Thread Dean Jones
Isn't the problem that the function parameter (loanAmount) doesn't have a type? Or am I missing something? Dean. On 7/25/07, Edson Tirelli [EMAIL PROTECTED] wrote: Natraj, Can you try it with the 4.0GA release please? We fixed a couple issues related to functions for the final

[rules-users] or split

2007-07-25 Thread hypnosat7
Hi, When I set the split type to OR I have this exception : Exception in thread AWT-EventQueue-0 java.lang.ClassCastException: org.drools.common.RuleFlowGroupNode cannot be cast to org.drools.spi.Activation What it could be -- View this message in context:

Re: [rules-users] How to write constraint about a Map inside a Map?

2007-07-25 Thread Felipe Piccolini
Edson, Im so sorry, stupid me I dont know what happened but this doesnt worked yesterday... dont remember the error, but now is working... must be murphy and his dominating laws :) Thanks for reply :) Confirm: $mf: MyFact( map['mapKey']['innerKey'] == InnerValue ) // DOes work

Re: [rules-users] JBoss Drools 4.0 Released

2007-07-25 Thread Felipe Piccolini
Congratz to all the team!!! Amazing work, really fast and hard work done in last months :) On 25-07-2007, at 5:04, Mark Proctor wrote: JBoss Drools 4.0 has just been released :) We are really proud of what we have done here. We believe that we now have the best and most powerful

Re: [rules-users] [URGENT] Update in BRMS 1.0 released with drools 4.0.0

2007-07-25 Thread Zidboy
Fernando you writing spanish? On 7/25/07, Fernando Meyer [EMAIL PROTECTED] wrote: Hi peeps, For those who downloaded BRMS 1.0 from 4.0.0 (just released), you will need to download the BRMS archive again due a missing step during the yesterdays release process. We are really sorry

[rules-users] Drools Job Board

2007-07-25 Thread Mark Proctor
Want to recruite a Drools developer? Then please use our Job Board, which is linked into our blog: http://jobs.athico.com/ Mark ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] [URGENT] Update in BRMS 1.0 released with drools 4.0.0

2007-07-25 Thread Mark Proctor
It's a Harry Enfield thing: http://www.youtube.com/watch?v=yICyNLWAmvk http://www.youtube.com/watch?v=0mYssEXILjc http://en.wikipedia.org/wiki/Harry_Enfield http://www.everything2.com/index.pl?node_id=642064 Zidboy wrote: Fernando you writing spanish? On 7/25/07, *Fernando Meyer* [EMAIL

[rules-users] [URGENT] Update in BRMS 1.0 released with drools 4.0.0

2007-07-25 Thread Fernando Meyer
Hi peeps, For those who downloaded BRMS 1.0 from 4.0.0 (just released), you will need to download the BRMS archive again due a missing step during the yesterdays release process. We are really sorry about that. just follow to downloads page http:// labs.jboss.com/drools/downloads

[rules-users] IDE update site and Drools 4.0.0 maven Repository

2007-07-25 Thread Fernando Meyer
We have just updated maven repository and drools IDE update site to include drools 4.0.0 GA libraries. You can check both at the following addresses: http://repository.jboss.com/maven2/org/drools/ http://downloads.jboss.com/drools/updatesite/site.xml Last but not less important, remember

Re: [rules-users] Problem with function

2007-07-25 Thread Natraj Gudla
Hello Jones, I am extremely sorry of not updating the users. After i posted the query, i realised the problem infact was what you pointed. It was quite silly.Itworks now. Thanks a lot for your reply. Thanks Natraj Gudla. On 7/25/07, Dean Jones [EMAIL PROTECTED] wrote: Isn't the problem that

Re: [rules-users] Trouble with BRMS on newly released 4.0

2007-07-25 Thread Fernando Meyer
Hi Rick Have you resolved all seam dependencies? you can access tomcat/ jbossws logs dir ( apache-tomcat/logs ), look for localhost $timestamp.log (where $timestamp is your latest run date) and search for something like this. Jul 25, 2007 3:50:53 PM

[rules-users] contains...

2007-07-25 Thread Manukyan, Sergey
Folks, I am using MR3, have a situation when Parent has multiple Children, and there is a rule that needs to be fired when parent has a child with certain attribute (active == true) Will need to do something like that : rule when $p : Parent( active == false, children

Re: [rules-users] Re: JBoss Drools 4.0 Released

2007-07-25 Thread Mark Proctor
thanks, The wiki is open to all and an easy way to put up info. Mark Arjun Dhar wrote: CONGRATULATIONS :o) And BIG Thanks guys! Brilliant Job. Hope we can contribute better to your release. If nothing else atelast the documentation. Actually, have discovered a lot of things and notes and

Re: [rules-users] JBoss Drools 4.0 Released

2007-07-25 Thread Mark Proctor
Hopefully tomorrow. Mark Eric Miles wrote: Mark, Any idea when 4.0GA will be up on the jboss maven repo? Thanks! Eric On Wed, 2007-07-25 at 10:04 +0100, Mark Proctor wrote: JBoss Drools 4.0 has just been released :) We are really proud of what we have done here. We believe that we now have