Re: [rules-users] Nested objects

2011-07-09 Thread Mark Proctor
Looks like a bug. Moral of the story is always try an upgrade during candidate release cycle, or earlier, so you can feedback bugs quicker :) Log a jira, preferably with a self contained test, along the lines of MiscTest. And we'll try and fix it for 5.3. Mark On 09/07/2011 06:39, Amin Mohamm

[rules-users] Nested objects

2011-07-08 Thread Amin Mohammed-Coleman
Hello there I have the following object model ClassA String name ClassB classB ClassB String status String context Before upgrading drools 5.2.0.Final I had the following rule: when ClassA ( classB.status =='Open' && name =='Hello' && classB.context='jump') then System.out.println(

RE: [rules-users] Nested Objects

2009-02-03 Thread Costello, Robert
: Tuesday, February 03, 2009 1:17 AM To: Rules Users List Subject: Re: [rules-users] Nested Objects Hi Ashish, Yes drools 4 very much supports nested object structures. you can insert the root object in the WM and use 'from' in your rules to access the nested objects. Regards, s

Re: [rules-users] Nested Objects

2009-02-02 Thread Sudhir M
Hi Ashish, Yes drools 4 very much supports nested object structures. you can insert the root object in the WM and use 'from' in your rules to access the nested objects. Regards, sudhir. On Tue, Feb 3, 2009 at 2:52 AM, Ashish Soni wrote: > Hi All , > > I have a Object which contains "*n" *number

Re: [rules-users] Nested Objects

2009-02-02 Thread learndrools
Can you please provide some example. Regards, Ashish dave sinclair wrote: > > I have written an article on this that will be posted on the drools site > shortly. > > On Mon, Feb 2, 2009 at 4:22 PM, Ashish Soni wrote: > >> Hi All , >> >> I have a Object which contains "*n" *number or differe

Re: [rules-users] Nested Objects

2009-02-02 Thread David Sinclair
I have written an article on this that will be posted on the drools site shortly. On Mon, Feb 2, 2009 at 4:22 PM, Ashish Soni wrote: > Hi All , > > I have a Object which contains "*n" *number or different object basically > a graph of object , Now if i have a rules on nested object do i need to

[rules-users] Nested Objects

2009-02-02 Thread Ashish Soni
Hi All , I have a Object which contains "*n" *number or different object basically a graph of object , Now if i have a rules on nested object do i need to insert each object separately for rule execution or is there a way drools engine can recognize the object graph and fire rules to corresponding

[rules-users] Nested objects in rules

2009-01-27 Thread Costello, Robert
Got the Rule Execution Server running. Pretty cool. Next step is to see how to incorporate nested objects. I've seen the Game of Life example, but somehow missed how it uses nested objects. In my case, the objects mimic a relational database, so you might have A Dog Kennel which contai