2 Replies Latest reply on Jul 9, 2014 2:31 AM by ahamedm83

    Remote API on named KieSession

    ahamedm83

      How to POST the requests to a 'named KieSession' with JBPM 6.0 Remote API?

      org.kie.api.runtime.manager.RuntimeEngine.getKieSession() doesn't take any arguments.

      Does it return only the default KieSession always ?

      Or is there any way to get 'named KieSession' to work with in Remote-API ?

        • 1. Re: Remote API on named KieSession
          swiderski.maciej

          you can use named ksession but you'll  need to express that need upon deployment of the kjar. Named ksessions are bit different when you look at them from jbpm point of view than drools point of view. For jbpm it's only ksession definition and not exact ksession instance itself. So when you deploy (using deployments -> new deployment unit) you can specify kbase and ksession by name to be used upon runtime invocation. Then for remote api you need to use deployment id that includes kbase and ksession names.

           

          HTH

          1 of 1 people found this helpful
          • 2. Re: Remote API on named KieSession
            ahamedm83

            What I am looking at is a framework/API to remote execute the rules esp. For that we may have to exactly target 'that' ksession.If that is the case this JBPM6.0-Remote-API may not help  ?

            Should I go with drools-camel-server ? I have got a similar recommendation from Mauricio Salatino in stackoverflow.com