Issue Details (XML | Word | Printable)

Key: ENHANCER-103
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Andy Jefferson
Reporter: Erik Bengtson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JPOX Enhancer (ARCHIVED)

Support pm.newInstance(AbstractClass) with ASM

Created: 28/Apr/06 11:55 AM   Updated: 12/Dec/07 11:15 AM   Resolved: 14/Nov/07 07:15 AM
Component/s: ASM Enhancer
Affects Version/s: None
Fix Version/s: 1.2.0-beta-5


 Description  « Hide
The JDO2 spec expects use of PM.newInstance on abstract classes to generate an implementation of the abstract class adding implementations for any properties defined in the MetaData for the abstract class.

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 14/Nov/07 07:15 AM
CVS HEAD now supports pm.newInstance with ASM. More tests to be added