0 Replies Latest reply on Nov 22, 2007 8:37 PM by rainhust

    how send msg in jbpm 3.2.2

    rainhust

      at jbpm 3.1.4 , can send msg use following code

       Message msg=new TextMessage(sb.toString());
       msg.setDestination(issueUser);
       msg.setToken(arg0.getProcessInstance().getRootToken());
       DbMessageService msgService=new DbMessageService();
       msgService.send(msg);
       msgService.close();
      


      in 3.2, the Message class is gone. how i can do this job. please tell me. any help , thanks.