[ 
https://issues.apache.org/jira/browse/OLIO-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756628#action_12756628
 ] 

Kim LiChong commented on OLIO-120:
----------------------------------

With some debugging help from Eclipselink developers, this is due to Weblogic 
bug 8448313 associated with class loading issue.

Workaround is to do static weaving prior to WAR deployment.

> 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.

Reply via email to