Thanks kukeltje, I suspected as much. I dont think much to the provided 
interface. I realise it was put together very quickly but it lacks so many 
basic features.

amitjava2004, the code for assignment.BuyerAssignmentHandler simply tries to do 
the same thing as the swimlane (the swimlane and assignment handler dont 
actually do quite the same thing):

package assignment;
  | 
  | import org.jbpm.graph.def.ActionHandler;
  | import org.jbpm.graph.exe.ExecutionContext;
  | import org.jbpm.taskmgmt.def.AssignmentHandler;
  | import org.jbpm.taskmgmt.exe.Assignable;
  | 
  | public class StevePAssignmentHandler implements AssignmentHandler {
  | 
  |     private static final long serialVersionUID = 1L;
  |     
  |     public void assign(Assignable assignable, ExecutionContext 
executionContext) throws Exception {
  |             assignable.setActorId("Steve P");
  |     }
  | }

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943488


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to