1 Reply Latest reply on Oct 13, 2012 3:03 PM by franco80

    jbpm 5.3 and CommandBasedWSHumanTaskHandler with JPA2

    franco80

      Hello

       

      I used JPA2 for process and another for tasks in my application (with JBoss 7.1)

       

      what should be look initializations for register Human Task service ?

       

      1) taskHandler = new HornetQHTWorkItemHandler(ksession);

      2) taskHandler = new CommandBasedWSHumanTaskHandler(ksession); < ------------ this is deprecated but stiil I see this in manual http://docs.jboss.org/jbpm/v5.3/userguide/ch.human-tasks.html

       

      what difference is beetwen both?

       

      cheers