
| Key: |
OPENJPA-155
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Srinivasa
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
20/Feb/07 09:01 AM
|
|
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
|
|
Description
|
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 |
Show » |
made changes - 20/Feb/07 09:01 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 01/Mar/07 02:13 AM
|
Fix Version/s
|
|
0.9.7
[ 12312340
]
|
|
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.