[jboss-jira] [JBoss JIRA] Closed: (JBREM-620) If HTTPClientInvoker receives an Exception in an InvocationRespose, it should throw it instead of creating a new Exception.
Ron Sigal (JIRA)
jira-events at jboss.com
Sun Oct 29 02:21:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBREM-620?page=all ]
Ron Sigal closed JBREM-620.
---------------------------
Resolution: Done
Changed HTTPClientInvoker so that if it gets an Exception wrapped in an InvocationResponse, it will throw the Exception instead of creating a WebServerError.
Unit test: added a test method to org.jboss.test.remoting.transport.http.errors.ErrorHTTPInvokerTestCase.
> If HTTPClientInvoker receives an Exception in an InvocationRespose, it should throw it instead of creating a new Exception.
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: JBREM-620
> URL: http://jira.jboss.com/jira/browse/JBREM-620
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.0.Beta1 (Bluto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Priority: Minor
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> Currently, if HTTPClientInvoker receives an Exception in an InvocationResponse, it will create and throw a new WebServerError(). However, an application might be expecting the actual Exception thrown on the server side.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list