[rules-users] Looking for smart way to import huge amount of rules into BRMS

2011-01-26 Thread Benson Fung
Hi, I need to import a drl file with 9000 rules inside into BRMS. However, I found that it takes very long time to import and it also takes long time to get downloaded into the application to build the ruleBase. Is there any smart way or faster way to manage this procedure? Please advise Than

Re: [rules-users] Looking for smart way to import huge amount of rules into BRMS

2011-01-27 Thread Benson Fung
Hi, Please help on the case below. I tried to create a package last night by importing a drl file with 9000 rules. However, it takes almost 4 hours to finish the importing. And my application is going to integrate with the BRMS, however, it also take more than 2 hours to download the binary pac

Re: [rules-users] Looking for smart way to import huge amount of rules into BRMS

2011-01-27 Thread Wolfgang Laun
Consider building the Knowledge Base off-line and to load the serialized object during application startup. -W 2011/1/27 Benson Fung > Hi, > > I need to import a drl file with 9000 rules inside into BRMS. However, I > found that it takes very long time to import and it also takes long time to >

Re: [rules-users] Looking for smart way to import huge amount of rules into BRMS

2011-01-27 Thread Benson Fung
Hi Wolfgang, Thanks for your information. Can you tell me more about how to build the knowledge base off line? And how to load the serialized object during startup? What I usually do is put the following code fragment into the init(...) method of the Servlet first and it will be invoked during a