JiBXDataSource looses problem details when wrapping an exception
----------------------------------------------------------------

                 Key: AXIS2-3019
                 URL: https://issues.apache.org/jira/browse/AXIS2-3019
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: nightly
            Reporter: Dennis Sosnoski
            Assignee: Dennis Sosnoski


Exceptions thrown during marshalling are wrapped, first in a JiBXException and 
then in an XMLStreamException. When stack trace details are output, such as on 
server errors sent back to the client, the original exception information is 
then missing. It appears the main problem is the XMLStreamException not 
chaining to the wrapped exception, but this can be partially addressed by 
adding the original exception message to the JiBXException message, which *is* 
printed in the stack trace.

-- 
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]

Reply via email to