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

It's hard to tell from the stack you sent what is going on with the weaving, but we between 2.3.x and 2.4, we upgraded the major version of ASM we use for weaving. I suspect that has something to do the improved behavior in 2.4.1.

-Tom

On 15/02/2013 9:48 AM, Laird Nelson wrote:
On Fri, Feb 15, 2013 at 6:26 AM, Tom Ware <tom.ware@xxxxxxxxxx
<mailto:tom.ware@xxxxxxxxxx>> wrote:

    Do you still see the same issues on 2.4.1?


No.  I figured out that the problem was pilot error.  I had placed my
@Access(AccessType.PROPERTY) on the getter method, but had not moved one
(@Basic) of the other annotations down to the method as well.

Obviously it would have been nicer if EclipseLink had discovered this at weaving
time rather than bombing out at deployment :-) but I did submit badly annotated
stuff, so GIGO.

Best,
Laird

--
http://about.me/lairdnelson


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top