0

In my current project (Using Drools 5.5) we are using following properties of 'KnowledgeAgentConfiguration' :

  1. "drools.agent.scanResources"
  2. "drools.agent.scanDirectories"
  3. "drools.agent.newInstance"
  4. "drools.agent.monitorChangeSetEvents"
  5. "drools.agent.useKBaseClassLoaderForCompiling"
  6. "drools.agent.validationTimeout"

and now i have to migrate my project to Drools 7.x. But i am not able to find anything about these properties in Drools 7.x.

Can somebody tell me what happened to these properties in Drools 7.x or How to use these configuration in Drools 7.x ?

Singh
  • 21
  • 2

1 Answers1

0

The knowledge agent was completely removed in Drools 6.x. Take a look at this other question for an alternative.

Hope it helps,

Esteban Aliverti
  • 6,259
  • 2
  • 19
  • 31