yes ... that is ... thank you very much 

Date: Mon, 1 Aug 2011 01:28:35 -0700
From: [email protected]
To: [email protected]
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.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to