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




View this message in context: RE: [rules-users] java int problem
Sent from the Drools: User forum mailing list archive at Nabble.com.