Hi,
I created a custom KnowledgeBaseManager implementation and configured jbpm.knowledgebase.manager system property. However the rest API call fail with ClassCastException.
After looking at the source of org.jbpm.integration.console.kbase.KnowledgeBaseManagerFactory here , I realized that the class is being casted to the DefaultKnowledgeBaseManager instead of KnowledgeBaseManager interface.
Is this a bug?
Thanks,
Vijay