You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Srinivasa Segu (JIRA)" <ji...@apache.org> on 2007/02/20 05:54:05 UTC

[jira] Created: (OPENJPA-155) java.lang.ArrayIndexOutOfBoundsException during commit

 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.


[jira] Resolved: (OPENJPA-155) java.lang.ArrayIndexOutOfBoundsException during commit

Posted by "Srinivasa Segu (JIRA)" <ji...@apache.org>.
     [ 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.