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

Scott Stark scott.stark at jboss.com
Thu Jan 11 00:22:05 EST 2007


  User: starksm 
  Date: 07/01/11 00:22:05

  Modified:    src/main/org/jboss/remoting  ServerInvoker.java
  Log:
  JBREM-664, include the subsystem in the InvalidConfigurationException
  
  Revision  Changes    Path
  1.57      +3 -3      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.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- ServerInvoker.java	5 Jan 2007 16:25:54 -0000	1.56
  +++ ServerInvoker.java	11 Jan 2007 05:22:04 -0000	1.57
  @@ -58,7 +58,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.56 $
  + * @version $Revision: 1.57 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -1009,8 +1009,8 @@
   
                  if (handler == null)
                  {
  -                  throw new InvalidConfigurationException("Can not handle invocation request because there are no " +
  -                                                          "ServerInvocationHandlers registered.  Please add via xml configuration " +
  +                  throw new InvalidConfigurationException("Can not handle invocation request for subsystem("+subsystem+") because there are no " +
  +                                                          "matching ServerInvocationHandlers registered.  Please add via xml configuration " +
                                                             "or via the Connector's addInvocationHandler() method.");
                  }
                  result = handler.invoke(invocation);
  
  
  



More information about the jboss-cvs-commits mailing list