You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Volanis, Alexander" <AV...@rsasecurity.com> on 2002/09/05 23:23:03 UTC

[PATCH] NPE with multithreaded client in RC1

Hi Dims,

I do not have cvs setup to do a proper CVS patch for this change. Instead I
made a unified diff of the change for
java/test/wsdl/session/SessionTestCase.java for you to checkin. Here is the
result.

Regards,
Alex

diff -u SessionTestCase.java java/test/wsdl/session/SessionTestCase.java
--- SessionTestCase.java        Thu Sep  5 16:34:40 2002
+++ java/test/wsdl/session/SessionTestCase.java Thu Sep  5 17:19:54 2002
@@ -78,9 +78,7 @@
                         }
                     }
                 }
-            } catch (javax.xml.rpc.ServiceException e) {
-                e.printStackTrace();
-            } catch (java.rmi.RemoteException e) {
+            } catch (Exception e) {
                 e.printStackTrace();
             }
             // checkout



Re: [PATCH] NPE with multithreaded client in RC1

Posted by Davanum Srinivas <di...@yahoo.com>.
Done. Thanks. 

--- "Volanis, Alexander" <AV...@rsasecurity.com> wrote:
> Hi Dims,
> 
> I do not have cvs setup to do a proper CVS patch for this change. Instead I
> made a unified diff of the change for
> java/test/wsdl/session/SessionTestCase.java for you to checkin. Here is the
> result.
> 
> Regards,
> Alex
> 
> diff -u SessionTestCase.java java/test/wsdl/session/SessionTestCase.java
> --- SessionTestCase.java        Thu Sep  5 16:34:40 2002
> +++ java/test/wsdl/session/SessionTestCase.java Thu Sep  5 17:19:54 2002
> @@ -78,9 +78,7 @@
>                          }
>                      }
>                  }
> -            } catch (javax.xml.rpc.ServiceException e) {
> -                e.printStackTrace();
> -            } catch (java.rmi.RemoteException e) {
> +            } catch (Exception e) {
>                  e.printStackTrace();
>              }
>              // checkout
> 
> 


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com