Issue Details (XML | Word | Printable)

Key: OPENJPA-280
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Ezzio
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenJPA

Enhancement failure for inherited fields introduced with change 532137

Created: 06/Jul/07 08:49 PM   Updated: 13/Jul/07 08:03 PM
Return to search
Component/s: kernel
Affects Version/s: 1.0.0
Fix Version/s: 1.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works PatchPCEnhancer 2007-07-06 08:50 PM David Ezzio 0.7 kB
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


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Ezzio added a comment - 06/Jul/07 08:50 PM
SVN patch for the bug. (A one-line change.)

David Ezzio added a comment - 07/Jul/07 01:27 AM
The patch applied (svn 554083) is not the patch submitted here. I found that the tests (for mvn package) fail with the applied patch, but not with the submitted patch.

David Ezzio added a comment - 13/Jul/07 08:03 PM
Fixed by patch applied at 554111