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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...