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 "Jürgen Weber (JIRA)" <ji...@apache.org> on 2008/06/04 19:28:44 UTC

[jira] Created: (AXIS2-3836) org.omg.CORBA exceptions swallowed

org.omg.CORBA exceptions swallowed
----------------------------------

                 Key: AXIS2-3836
                 URL: https://issues.apache.org/jira/browse/AXIS2-3836
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4
            Reporter: Jürgen Weber


I tried the Exposing CORBA Services as Web Services sample from http://wso2.org/library/2807

When a Corba Exception happens (in my case org.omg.CORBA.OBJECT_NOT_EXIST) the exception does not get logged and the client gets a meaningless "Internal server error".

This is in AxisHttpService following line 288. 
I suggest to insert a LOG.error(e) before the response.sendError() line.
Still better would be if the client received e.getClass().getName()+" " + e.getMessage()



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org