yes ... that is ... thank you very much
Date: Mon, 1 Aug 2011 01:28:35 -0700
From: ml-node+3215416-395889266-415658(a)n3.nabble.com
To: gbelin_saiz(a)hotmail.com
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
--
View this message in context:
http://drools.46999.n3.nabble.com/java-int-problem-tp3215383p3215557.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.