[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/timeout ...
Ron Sigal
ron_sigal at yahoo.com
Tue Feb 6 18:19:54 EST 2007
User: rsigal
Date: 07/02/06 18:19:54
Modified: src/tests/org/jboss/test/remoting/timeout Tag: remoting_2_x
PerInvocationTimeoutTestRoot.java
Log:
JBREM-598: Handler returns unrecognized command instead of throwing exception.
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -3 JBossRemoting/src/tests/org/jboss/test/remoting/timeout/Attic/PerInvocationTimeoutTestRoot.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: PerInvocationTimeoutTestRoot.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/timeout/Attic/PerInvocationTimeoutTestRoot.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- PerInvocationTimeoutTestRoot.java 26 Jan 2007 07:58:08 -0000 1.1.2.1
+++ PerInvocationTimeoutTestRoot.java 6 Feb 2007 23:19:54 -0000 1.1.2.2
@@ -51,7 +51,7 @@
* See JIRA issue JBREM-598: http://jira.jboss.com/jira/browse/JBREM-598
*
* @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
- * @version $Revision: 1.1.2.1 $
+ * @version $Revision: 1.1.2.2 $
* <p>
* Copyright Jan 24, 2007
* </p>
@@ -216,8 +216,7 @@
}
else
{
- log.error("unrecognized command: " + command);
- throw new Exception("unrecognized command: " + command);
+ return command;
}
}
More information about the jboss-cvs-commits
mailing list