Look into the drools KnowledgeAgent api (do a google you should find old 
discussion/blog posts about it).
Alternatively if you know where your drl files live and just want to do it at 
startup just use the standard File methods to list all the "*.drl" files in 
that particular directory.

Thomas

From: [email protected] 
[mailto:[email protected]] On Behalf Of Fnu Mahalakshmi
Sent: 09 June 2010 16:59
To: '[email protected]'
Subject: [rules-users] uploading rule files dynamically

Hi,
Is there anyway that I can dynamically add rule files??
I am loading it like this as of now :
private static final String[] RULES_FILES = new String[]{ "Rule1.drl"};

new RuleRunner().runStatelessRules(RULE_FILES,null,list_of_data,null);


If I create new rule files, I will have to keep adding it to RULES_FILES.
Is there someway I can check dynamically if there are more rule files and get 
it added to my rulebase??

Thanks
M
________________________________

Please consider the environment before printing this email.

Visit our website at http://www.nyse.com
*****************************************************************************
Note: The information contained in this message and any attachment to it is 
privileged, confidential and protected from disclosure. If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify the 
sender immediately by replying to the message, and please delete it from your 
system. Thank you. NYSE Euronext.



________________________________

**************************************************************************************
This message is confidential and intended only for the addressee. If you have 
received this message in error, please immediately notify the 
[email protected] and delete it from your system as well as any copies. The 
content of e-mails as well as traffic data may be monitored by NDS for 
employment and security purposes. To protect the environment please do not 
print this e-mail unless necessary.

NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, 
United Kingdom. A company registered in England and Wales. Registered no. 
3080780. VAT no. GB 603 8808 40-00
**************************************************************************************
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to