1 Reply Latest reply on Aug 28, 2013 7:15 AM by fywe

    Bug in jbpm-console KnowledgeBaseManagerFactory?

    vutnal

      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