[jboss-cvs] jboss-seam/src/main/org/jboss/seam/drools ...

Gavin King gavin.king at jboss.com
Wed Jun 20 01:49:43 EDT 2007


  User: gavin   
  Date: 07/06/20 01:49:43

  Modified:    src/main/org/jboss/seam/drools    DroolsActionHandler.java
                        DroolsAssignmentHandler.java
                        DroolsDecisionHandler.java
  Log:
  ws
  
  Revision  Changes    Path
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/drools/DroolsActionHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DroolsActionHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools/DroolsActionHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- DroolsActionHandler.java	21 Dec 2006 02:38:26 -0000	1.4
  +++ DroolsActionHandler.java	20 Jun 2007 05:49:43 -0000	1.5
  @@ -1,7 +1,9 @@
   package org.jboss.seam.drools;
  +
   import java.util.List;
   import org.jbpm.graph.def.ActionHandler;
   import org.jbpm.graph.exe.ExecutionContext;
  +
   /**
    * A jBPM ActionHandler that delegates to a Drools WorkingMemory
    * held in a Seam context variable.
  
  
  
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/drools/DroolsAssignmentHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DroolsAssignmentHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools/DroolsAssignmentHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- DroolsAssignmentHandler.java	21 Dec 2006 02:38:26 -0000	1.4
  +++ DroolsAssignmentHandler.java	20 Jun 2007 05:49:43 -0000	1.5
  @@ -1,9 +1,11 @@
   package org.jboss.seam.drools;
  +
   import java.util.List;
   import org.drools.WorkingMemory;
   import org.jbpm.graph.exe.ExecutionContext;
   import org.jbpm.taskmgmt.def.AssignmentHandler;
   import org.jbpm.taskmgmt.exe.Assignable;
  +
   /**
    * A jBPM AssignmentHandler that delegates to a Drools WorkingMemory
    * held in a Seam context variable.
  
  
  
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/drools/DroolsDecisionHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DroolsDecisionHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools/DroolsDecisionHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- DroolsDecisionHandler.java	21 Dec 2006 02:38:26 -0000	1.4
  +++ DroolsDecisionHandler.java	20 Jun 2007 05:49:43 -0000	1.5
  @@ -1,8 +1,10 @@
   package org.jboss.seam.drools;
  +
   import java.util.List;
   import org.drools.WorkingMemory;
   import org.jbpm.graph.exe.ExecutionContext;
   import org.jbpm.graph.node.DecisionHandler;
  +
   /**
    * A jBPM DecisionHandler that delegates to a Drools WorkingMemory
    * held in a Seam context variable. The decision outcome is returned
  
  
  



More information about the jboss-cvs-commits mailing list