Hi,
I'm trying to set the drools agent cache directory so that guvnor can be
down while the engine is still running.
I tried to set it by using -Ddrools.resource.urlcache=/rules-cache
and
KnowledgeAgentConfiguration kac =
KnowledgeAgentFactory.newKnowledgeAgentConfiguration();
kac.setProperty("localCacheDir", "/rules-cache");
kagent = KnowledgeAgentFactory.newKnowledgeAgent("AcecAgent", kac);
Could not find this on the docs/api anymore. It seems that changed.
What's the new way to set the agent cache directory ? Can someone help ?
Thanks,
Wesley.
--
Wesley Akio Imamura
São Paulo - SP - Brazil
Show replies by date