yes ... that is ... thank you very much
Date: Mon, 1 Aug 2011 01:28:35 -0700
From:
[hidden email]To:
[hidden email]Subject: Re: [rules-users] java int problem
The code you have posted suggests to me that you do something like
A a = new A();
kSession.insert( a );
a.setAge( 28 );
kSession.fireAllRules();
Complete the object before you insert it or call update after the modification.
-W