dynamic weaving does not work with JPA/Eclipselink and Weblogic 10.3 with
Fetching set to LAZY
----------------------------------------------------------------------------------------------
Key: OLIO-120
URL: https://issues.apache.org/jira/browse/OLIO-120
Project: Olio
Issue Type: Bug
Components: java-app
Affects Versions: 0.2
Environment: solaris sparc
Reporter: Kim LiChong
Assignee: Kim LiChong
Fix For: 0.2
After deploying WAR on Weblogic, the following exception appears when accessing
the home page:
Exception [EclipseLink-60] (Eclipse Persistence Services -
1.1.1.v20090430-r4097): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: The method [_persistence_setaddress_vh] or
[_persistence_getaddress_vh] is not defined in the object
[org.apache.olio.webapp.model.Person]
This indicates that weaving did not occur for Person and SocialEvent classes.
This does not happen when you change the Fetch to EAGER.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.