Hi Erik,Sadly, this won't work in this case. We've decided to change the signature of some of the PersistenceManager methods to be generic, which is a usability win.
Employee e = pm.newInstance(Employee.class);We need to have a version of PersistenceManager.class that is compiled with -target 1.5 in order for this to work.
Craig On Nov 5, 2006, at 12:44 PM, [EMAIL PROTECTED] wrote:
Craig, Isn’t it possible to have a jar with dual compatibility? Previous classes are 1.3 binary compatible and the annotation classes are 1.5? Erik Bengtson
Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp!
smime.p7s
Description: S/MIME cryptographic signature
