[ 
https://issues.apache.org/jira/browse/TOMEE-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266292#comment-15266292
 ] 

Matthew Broadhead commented on TOMEE-1793:
------------------------------------------

yes i use JPA.  i thought i was using OpenJPA as an wrapper of EclipseLink. 
Once iTomEE Plume is added as a dependency to my project then everything seemed 
to work ok when i enabled the project facets.  Is there some extra 
configuration that I am missing here.  I don't see much on this page 
http://tomee.apache.org/tomee-and-eclipse.html to do with extra configuration 
regarding switching the defaults

> PostConstruct and PreRenderView called twice on load
> ----------------------------------------------------
>
>                 Key: TOMEE-1793
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1793
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Core Server
>    Affects Versions: 1.7.3, 1.7.4
>            Reporter: Matthew Broadhead
>         Attachments: threadstack20160501.txt
>
>
> May have started after recent Oracle java update (1.8.0-92-b14) but suddenly 
> all ManagedBeans seem to be calling PostConstruct and PreRenderView twice on 
> View load.  Second time it is called the request parameters are empty.  
> Result is that any redirect in PreRenderView gets executed.  Determined 
> second request was a Partial Request so surrounded PreRenderView listener with
> {code}
> if 
> (!FacesContext.getCurrentInstance().getPartialViewContext().isPartialRequest())
>  {
> ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to