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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]