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.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107220#4107220

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107220
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to