Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug#225630 (XMLMARSHALEXCEPTION.MARSHALEXCEPTION SHOULD NOT CALL SETINTERNALEXCEPTION)

All,

I've attached a patch of the fix for the following bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225630

Bug summary:
The code in XMLMarshalException.marshalException(Exception nestedException) hands the nested exception in when creating the XMLMarshalException instance, which sets the internal exception on the newly created exception.  The code then tries to set the nested exception - which causes an error.
--

Oracle
David McCann | Principal Software Engineer | TopLink Product
Oracle Corporation Canada
45 O'Connor Street, Suite 400
Ottawa, Ontario K1P 1A4
Canada
613.288.4636
613.238.2818 (fax)


Back to the top