Thanks a lot. Issue got resolved J
Best Regards
Hushen Savani
From: rules-users-bounces(a)lists.jboss.org
[mailto:rules-users-bounces@lists.jboss.org] On Behalf Of Esteban Aliverti
Sent: Wednesday, December 05, 2012 3:23 PM
To: Rules Users List
Subject: Re: [rules-users] Value is not reflected in Fact Object at Drool
Client Side
'MortgageAgent'is just the name you want to use for the agent. You could use
whatever name you want. The important parts of the code snippet are:
Resource changeset =
ResourceFactory.newClassPathResource("org/drools/guvnor/examples/mortgage/mo
rtgage-changeset.xml");
kagent.applyChangeSet(changeset);
Please take a look at the content of 'mortgage-changeset.xml' to get a
better understanding of how this works.
Best Regards,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Esteban Aliverti
- Blog @
http://ilesteban.wordpress.com
On Wed, Dec 5, 2012 at 10:44 AM, Hushen Savani <hushen.savani(a)elitecore.com>
wrote:
MortgageAgent