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

Gavin King gavin.king at jboss.com
Mon Jun 11 12:05:47 EDT 2007


  User: gavin   
  Date: 07/06/11 12:05:47

  Modified:    src/main/org/jboss/seam/core  ManagedJbpmContext.java
  Log:
  fix problem with new session creation
  
  Revision  Changes    Path
  1.26      +5 -6      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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- ManagedJbpmContext.java	30 May 2007 20:15:59 -0000	1.25
  +++ ManagedJbpmContext.java	11 Jun 2007 16:05:47 -0000	1.26
  @@ -1,9 +1,9 @@
   /*
  -?* JBoss, Home of Professional Open Source
  -?*
  -?* Distributable under LGPL license.
  -?* See terms of license at gnu.org.
  -?*/
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -36,7 +36,6 @@
    * Manages a reference to a JbpmSession.
    *
    * @author <a href="mailto:steve at hibernate.org">Steve Ebersole </a>
  - * @version $Revision: 1.25 $
    */
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.jbpmContext")
  
  
  



More information about the jboss-cvs-commits mailing list