[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Fri Jan 19 21:13:49 EST 2007


  User: ovidiu  
  Date: 07/01/19 21:13:49

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  http://jira.jboss.org/jira/browse/JBREM-678
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.18 +2 -1      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.17
  retrieving revision 1.52.2.18
  diff -u -b -r1.52.2.17 -r1.52.2.18
  --- ServerInvoker.java	17 Jan 2007 05:10:17 -0000	1.52.2.17
  +++ ServerInvoker.java	20 Jan 2007 02:13:49 -0000	1.52.2.18
  @@ -65,7 +65,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
  - * @version $Revision: 1.52.2.17 $
  + * @version $Revision: 1.52.2.18 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -1049,6 +1049,7 @@
         }
         else
         {
  +         log.warn(this + " can not process invocation requests since is not in started state!");
            throw new InvalidStateException("Can not process invocation request since is not in started state.");
         }
      }
  
  
  



More information about the jboss-cvs-commits mailing list