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

Gavin King gavin.king at jboss.com
Fri Jan 26 18:38:30 EST 2007


  User: gavin   
  Date: 07/01/26 18:38:30

  Modified:    src/main/org/jboss/seam/core  ManagedJbpmContext.java
  Log:
  no longer need this workaround
  
  Revision  Changes    Path
  1.23      +3 -3      jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedJbpmContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ManagedJbpmContext.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- ManagedJbpmContext.java	16 Dec 2006 02:58:10 -0000	1.22
  +++ ManagedJbpmContext.java	26 Jan 2007 23:38:30 -0000	1.23
  @@ -36,7 +36,7 @@
    * Manages a reference to a JbpmSession.
    *
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
  - * @version $Revision: 1.22 $
  + * @version $Revision: 1.23 $
    */
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.jbpmContext")
  @@ -86,11 +86,11 @@
      public void beforeCompletion()
      {
         log.debug( "flushing seam managed jBPM context" );
  -      org.jbpm.graph.exe.ProcessInstance processInstance = ProcessInstance.instance();
  +      /*org.jbpm.graph.exe.ProcessInstance processInstance = ProcessInstance.instance();
         if (processInstance!=null)
         {
            jbpmContext.save(processInstance);
  -      }
  +      }*/
         Contexts.getBusinessProcessContext().flush();
         jbpmContext.getSession().flush();
         log.debug( "done flushing seam managed jBPM context" );
  
  
  



More information about the jboss-cvs-commits mailing list