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

Gavin King gavin.king at jboss.com
Tue Jun 19 23:25:08 EDT 2007


  User: gavin   
  Date: 07/06/19 23:25:08

  Modified:    src/main/org/jboss/seam/interceptors 
                        AsynchronousInterceptor.java
  Log:
  fixed
  
  Revision  Changes    Path
  1.16      +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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- AsynchronousInterceptor.java	19 Jun 2007 19:02:34 -0000	1.15
  +++ AsynchronousInterceptor.java	20 Jun 2007 03:25:08 -0000	1.16
  @@ -24,7 +24,7 @@
            Dispatcher dispatcher = AbstractDispatcher.instance();
            if (dispatcher==null)
            {
  -            throw new IllegalStateException("org.jboss.seam.core.dispatcher is not installed in components.xml");
  +            throw new IllegalStateException("org.jboss.seam.async.dispatcher is not installed in components.xml");
            }
            Object 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