
| Key: |
OPENJPA-280
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
David Ezzio
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
The failure shows up when running the JDO 2. TCK on Kodo. Four test cases fail without the supplied patch.
|
|
| Resolution Date: |
13/Jul/07 08:03 PM
|
|
When the PCEnhancer.getPersistenceCapableOwner method was altered, the side effect on the "owner" parameter with the old code was removed with the change in 532137. The patch does the right thing by using f.getDeclaringClass() instead of "owner" when looking up the metadata.
|
|
Description
|
When the PCEnhancer.getPersistenceCapableOwner method was altered, the side effect on the "owner" parameter with the old code was removed with the change in 532137. The patch does the right thing by using f.getDeclaringClass() instead of "owner" when looking up the metadata. |
Show » |
|