You're right, Andy. I will make this change.
-- Michelle
Andy Jefferson wrote:
FieldsOfObject still doesn't work. JDO-120. AI: Need feedback from
Erik or Andy.
Feedback : TestFieldsOfObject.java is not correct. It's still trying to use
Object values that are String, and Integer even though the metadata is now
specifying that the "implementation" of the Object field is SimpleClass. The
"firstValue", "secondValue" values need changing to be SimpleClass objects.
JPOX is throwing a ClassCastException as is required by the spec 6.4.3
<spec>
If an implementation restricts instances to be assigned to the field, a
ClassCastException must be thrown at the time of any incorrect assignment.
</spec>
though the message currently given in the exception could be made more
explicit.