Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 0.9.7 M1
-
Fix Version/s: None
-
Component/s: JDO
-
Labels:None
-
Number of attachments :
Description
jdo.TestColAdd has a field item (ArrayList of jdo.Item), for which in the mapping we declare the method "addItem" to be used through the field mapping (as per set-method). As a aresult of this, TC28 fails at least in one place during rollback in a call to FieldMolder.setValue(). It fails simply because it tries to call TestColAdd.setItem(ArrayList) ... which happens not to be there.
Issue Links
- is related to
-
CASTOR-831
not possible to specify the pooling parameter "cache-scheme" for Oracle connects
-
Initial patch, proposing a resolution where in FieldMolder we additionally check for a setXX(9 method and if we cannot find one, throw an exception.