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

Gavin King gavin.king at jboss.com
Mon Feb 26 18:56:06 EST 2007


  User: gavin   
  Date: 07/02/26 18:56:06

  Modified:    src/main/org/jboss/seam/interceptors 
                        ConversationInterceptor.java
  Log:
  JBSEAM-776
  
  Revision  Changes    Path
  1.61      +2 -2      jboss-seam/src/main/org/jboss/seam/interceptors/ConversationInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/ConversationInterceptor.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- ConversationInterceptor.java	11 Feb 2007 19:59:41 -0000	1.60
  +++ ConversationInterceptor.java	26 Feb 2007 23:56:05 -0000	1.61
  @@ -1,4 +1,4 @@
  -//$Id: ConversationInterceptor.java,v 1.60 2007/02/11 19:59:41 gavin Exp $
  +//$Id: ConversationInterceptor.java,v 1.61 2007/02/26 23:56:05 gavin Exp $
   package org.jboss.seam.interceptors;
   
   import java.lang.reflect.Method;
  @@ -42,7 +42,7 @@
      
            if ( isMissingJoin(method) )
            {
  -            throw new IllegalStateException("begin method invoked from a long running conversation, try using @Begin(join=true)");
  +            throw new IllegalStateException("begin method invoked from a long running conversation, try using @Begin(join=true) on method: " + method.getName());
            }
            
            if ( redirectToExistingConversation(method) ) 
  
  
  



More information about the jboss-cvs-commits mailing list