0 Replies Latest reply on Jun 30, 2011 10:11 PM by trh3037

    JPAKnowledgeService.newStatefulKnowledgeSession and KnowledgeBase.newStatefulKnowledgeSession

    trh3037

      I found that StatefulKnowledgeSession instance can be created by the following two ways:

       

      JPAKnowledgeService.newStatefulKnowledgeSession(...)

       

      KnowledgeBase.newStatefulKnowledgeSession(...)

       

      But,what the difference between the two methods above?