[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/web ...

Ron Sigal ron_sigal at yahoo.com
Thu Oct 11 02:07:36 EDT 2007


  User: rsigal  
  Date: 07/10/11 02:07:36

  Modified:    src/tests/org/jboss/test/remoting/transport/web  Tag:
                        remoting_2_2_2_GA_CP WebInvocationHandler.java
  Log:
  JBREM-813: Added one System.out.println().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.18.1  +2 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WebInvocationHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java,v
  retrieving revision 1.6
  retrieving revision 1.6.18.1
  diff -u -b -r1.6 -r1.6.18.1
  --- WebInvocationHandler.java	8 Apr 2006 02:44:50 -0000	1.6
  +++ WebInvocationHandler.java	11 Oct 2007 06:07:36 -0000	1.6.18.1
  @@ -65,7 +65,8 @@
         }
         else if(THROW_EXCEPTION_PARAM.equals(invocation.getParameter()))
         {
  -         throw new Exception("This is an exception being thrown as part of test case.  It is intentional.");
  +         System.out.println("throwing WebTestException");
  +         throw new WebTestException("This is an exception being thrown as part of test case.  It is intentional.");
         }
         else if(invocation.getParameter() instanceof ComplexObject)
         {
  
  
  



More information about the jboss-cvs-commits mailing list