[rules-users] Drools Planner - StrengthWeightFactoryClass

2011-11-04 Thread Aditya
I have declared a strengthweightfactoryclass for a planning variable. But when I run the solver it never seems to be called. Am I missing something. I have already declared a annotation in the get method of the planning variable. -- View this message in context:

Re: [rules-users] OptionalDataException while running sample mortagage example

2011-03-11 Thread Aditya
HI All, I am providing the changeset.xml which was not pasted properly earlier and i using Drools 5.1 server and Guvnor 5.1 Let me know if any more information required. Regards, Aditya -- View this message in context: http://drools-java-rules-engine

[rules-users] OptionalDataException while running sample mortagage example

2011-03-10 Thread Aditya
HI, I had downloaded the drools 5.1 examples which is present in http://www.jboss.org/drools/downloads.html url and trying to run drools-examples-brms\ mortgage-example by following all the steps listed in the how-to document But as RuleAgent is depricated I changed it to KnowledgeAgent and

Re: [rules-users] OptionalDataException while running sample mortagage example

2011-03-10 Thread Aditya
HI just repasting the changeset.xml : -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/OptionalDataException-while-running-sample-mortagage-example-tp2661626p2661633.html Sent from the Drools - User mailing list archive

[rules-users] Drl to Xml conversion

2011-01-12 Thread ADITYA CHITRE
when the xml conversion is done. Is it possible to preserve this time information using xml drool api's? Regards, Aditya ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Updated rules recovery from rule engine

2010-12-14 Thread aditya chitre
Hi All, We are using drl files to load the rules in the rules engine. In our application, we can dynamically add, modify and delete rules from the rules engine. Is it possible to get these updated rules back into a text file from the rules engine using java? Regards, Aditya