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
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(
: 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
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
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
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
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
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