[rules-users] Drools with rules from database

debchamps majumdar.debarghya at gmail.com
Thu Aug 23 07:57:55 EDT 2012


Hi 
I have the following requirement

The rule is like if(employeeType == $1) set salary = $1

emloyeeType                              salary
---------------                             ---------------
MANAGER                                          100
SR Manager                                        200
Director                                              300

Now new employeeType  gets added every day. So the requirement is to  update
the knowledgebase without again activating the service.

So how to achieve that with Drools. I am using Drools with a Decision table
for a different requirement in the same project. So if it can be achieved
with decision table it would be great(So new rows will get added to the
decision table dynamically but no column in this case).  




--
View this message in context: http://drools.46999.n3.nabble.com/Drools-with-rules-from-database-tp4019357.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list