[ https://issues.apache.org/jira/browse/OPENJPA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Srinivasa Segu resolved OPENJPA-155. ------------------------------------ Resolution: Fixed Completed: At revision: 509473 Capturing reference to the Column[] at the creation time in the RowImpl instead of the Table, to work with DynamicSchemaFactory where the Table's columns can get modified after the creation of the RowImpl before the flush. > java.lang.ArrayIndexOutOfBoundsException during commit > ------------------------------------------------------- > > Key: OPENJPA-155 > URL: https://issues.apache.org/jira/browse/OPENJPA-155 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Reporter: Srinivasa Segu > > After a RowImpl is created for persisting an Entity, when more mapping > information is found corresponding to the same table the _table of the > already created RowImpl gets modified, in the attached scenario causing the > ArrayIndexOutOfBoundsException -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.