Another objection: The Process Engine has a more fine grained API, e.g.:
| taskService.setVariable(task.getDbid(), "problem", "Out of
stock");
| taskService.completeTask(task.getDbid());
|
This could be done with one command before. Means, now we have
- 2 transactions
- 2 remote invocations
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238193#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...