We want to keep separate the client specific rules & common set of rules. We
have created two different maven projects. one project having the common
drls say 'A'. Another project having the client specific drls say 'B'.
'B'
having dependency on 'A'. We want to load the rules in run time. We have
tried the below approach -
Tried to retrieve the kieSession using release id of project 'B' and fired
all rules in that kieSession. But only the rules of project 'B' is getting
executed but the rules within project 'A' are not getting loaded.
What can be the possible approach to import rules from multiple projects.
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-6-0-0-Final-importing-rules-from...
Sent from the Drools: User forum mailing list archive at
Nabble.com.