Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug#240938 (SDO: Need to process parent namespace declarations when unmarshalling non-root)

A fix has been checked in for Bug#240938.

Description:
When a non-root element is unmarshalled, issues can arise when processing xsi:type attributes if the type value contains a namespace prefix (i.e. xsi:type="nsx:blah") that is defined in a parent element. More specifically, an exception similar to the following will occur: Exception [EclipseLink-43] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080618)): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Missing class for indicator field value [nsx:blah] of type [class java.lang.String]
--

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