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: 2.0.0-M3, 1.2.2, 1.3.0, 2.0.0-beta
Reporter: Rick Curtis
Assignee: Rick Curtis
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.