Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix #2 for Bug#224939 (MOXy - Should use session to access the conversion manager, not the default conversion manager)

All,

I've attached a patch for part two (final) of the fix for the following bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224939

Bug summary:
There are a number of areas in MOXy code where the default conversion manager is used.  The default conversion manager will not have a user-provided classloader set on it. To ensure that the correct classloader is used, a session should be used to access the conversion manager set on the platform.
--

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