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

Gavin King gavin.king at jboss.com
Fri Feb 9 10:17:04 EST 2007


  User: gavin   
  Date: 07/02/09 10:17:04

  Modified:    src/main/org/jboss/seam/interceptors 
                        AsynchronousInterceptor.java
  Log:
  exception
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/src/main/org/jboss/seam/interceptors/AsynchronousInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AsynchronousInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/AsynchronousInterceptor.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- AsynchronousInterceptor.java	9 Feb 2007 03:44:22 -0000	1.10
  +++ AsynchronousInterceptor.java	9 Feb 2007 15:17:04 -0000	1.11
  @@ -26,7 +26,7 @@
            LocalDispatcher dispatcher = Dispatcher.instance();
            if (dispatcher==null)
            {
  -            throw new IllegalStateException("Dispatcher is not installed in components.xml");
  +            throw new IllegalStateException("org.jboss.seam.core.dispatcher is not installed in components.xml");
            }
            Timer timer = dispatcher.scheduleInvocation( invocation, getComponent() );
            //if the method returns a Timer, return it to the client
  
  
  



More information about the jboss-cvs-commits mailing list