Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 219013

Hi,

The patch being checked in for SDO bug 219013 is attached at the link below.
	https://bugs.eclipse.org/bugs/show_bug.cgi?id=219013

Bug 219013- SDO - Exception should give more information when import missing

Update exception to be more informative
Old Exception:
{ "45033", "An error occured generating types. The type with name [{1}] and
namespace URI [{0}] is referenced but never defined." },

Proposed new exception:
{ "45033", "An error occurred generating types. The XML Schema component
with name [{1}] and namespace URI [{0}] is referenced but never defined. An
import or include for namespace URI[{0}] might be missing from the XML
Schema." },

Reviewed by Blaise, email me any additional feedback.

Thanks
Denise



Back to the top