You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2010/01/26 19:14:34 UTC

[jira] Updated: (OPENJPA-1482) NoSuchMethodError when calling setVersion on an enhanced property access Entity

     [ https://issues.apache.org/jira/browse/OPENJPA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis updated OPENJPA-1482:
---------------------------------

    Attachment: OPENJPA-1482-1.2.x.patch

Attaching a patch for the changes I propose for the 1.2.x branch and a test case. I'm not sure I'm sold on this being the proper change for trunk.

> NoSuchMethodError when calling setVersion on an enhanced property access Entity
> -------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1482
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1482
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.2.2, 1.3.0, 2.0.0-M3, 2.0.0-beta
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>         Attachments: OPENJPA-1482-1.2.x.patch
>
>
> I get the following exception when I call setVersion(..) on an enhanced property access Entity.
> java.lang.NoSuchMethodError: org/apache/openjpa/persistence/detachment/model/NoDetachedStateEntityPropertyAccess.pcsetPcVersionInit(Z)V
>         at org.apache.openjpa.persistence.detachment.model.NoDetachedStateEntityPropertyAccess.setVersion(NoDetachedStateEntityPropertyAccess.java)
> It appears that the bytecode that is generated by the enhancer added an invalid method call to the setVersion() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.