Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] java.lang.VerifyError when @Access(AccessType.PROPERTY) is used selectively

On Thu, Feb 14, 2013 at 9:57 AM, Laird Nelson <ljnelson@xxxxxxxxx> wrote:
At deployment time, during ClassDescriptor.convertClassNamesToClasses, line 1290, the weaver seems to bump into this @Access(AccessType.PROPERTY) annotation and blows up.

Minor correction: weaving seems to have completed successfully, but the class has been borked at the time that ClassDescriptor.convertClassNamesToClasses attempts to load the woven class.

Best,
Laird

--
http://about.me/lairdnelson

Back to the top