In the ResultClassROF class, if the first result in ResultSet has a null value field, the argType for the setMethod of the mapped class is not cached. When a followup result has a value set, type conversion fails because the argType in cached ResultClassSetMethodSetter is null.
In the
ResultClassROF
class, if the first result in ResultSet has a null value field, theargType
for the setMethod of the mapped class is not cached. When a followup result has a value set, type conversion fails because theargType
in cachedResultClassSetMethodSetter
is null.test-jdo.zip