Fix UOE in ComponentDroolsExecutionService
This commit is contained in:
parent
a51f10b9d1
commit
2cf7f7c7b2
@ -131,7 +131,7 @@ public class AnalyzeService {
|
|||||||
document,
|
document,
|
||||||
document.getNumberOfPages(),
|
document.getNumberOfPages(),
|
||||||
true,
|
true,
|
||||||
Collections.emptySet());
|
new HashSet<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
KieWrapper kieWrapperEntityRules = kieContainerCreationService.getLatestKieContainer(analyzeRequest.getDossierTemplateId(), RuleFileType.ENTITY);
|
KieWrapper kieWrapperEntityRules = kieContainerCreationService.getLatestKieContainer(analyzeRequest.getDossierTemplateId(), RuleFileType.ENTITY);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user