Good news! See (all) below, please :) On Fri, Oct 18, 2013 at 5:06 PM, Leonardo Uribe <lu4...@gmail.com> wrote:
> I have added the artifacts in: > > https://issues.apache.org/jira/browse/MYFACES-3747 > > > https://issues.apache.org/jira/secure/attachment/12609208/myfaces-api-2.2.0-SNAPSHOT.jar > > https://issues.apache.org/jira/secure/attachment/12609209/myfaces-impl-2.2.0-SNAPSHOT.jar > > please try these artifacts. > Downloaded those artifacts, dropped in tomee/lib, regenerated my WAR (just in case), dropped WAR in tomee/webapps, started tomee, and the following showed up in log: Oct 18, 2013 5:28:47 PM org.apache.myfaces.config.LogMetaInfUtils logArtifact INFO: Artifact 'myfaces-api' was found in version '2.2.0-SNAPSHOT' from path 'file:/C:/apache-tomee-plus-1.6.0-SNAPSHOT/lib/myfaces-api-2.2.0-SNAPSHOT.jar' Oct 18, 2013 5:28:47 PM org.apache.myfaces.config.LogMetaInfUtils logArtifact INFO: Artifact 'myfaces-impl' was found in version '2.2.0-SNAPSHOT' from path 'file:/C:/apache-tomee-plus-1.6.0-SNAPSHOT/lib/myfaces-impl-2.2.0-SNAPSHOT.jar' Oct 18, 2013 5:28:47 PM org.apache.myfaces.util.ExternalSpecifications isCDIAvailable INFO: MyFaces CDI support enabled Oct 18, 2013 5:28:47 PM org.apache.myfaces.spi.impl.DefaultInjectionProviderFactory getInjectionProvider INFO: Using InjectionProvider org.apache.myfaces.spi.impl.Tomcat7AnnotationInjectionProvider --- logged in (web) app --- Oct 18, 2013 5:32:24 PM jsf.users.pf_UsersController loginUser INFO: administrator logged in at 10/18/2013 05:32 PM --- repeated test steps that I mentioned in earlier responses in this email thread --- Oct 18, 2013 5:32:34 PM jsf.orders.OrderDocumentBean init INFO: jsf.orders.OrderDocumentBean@7db07a20 Oct 18, 2013 5:32:37 PM jsf.orders.OrderDocumentBean init INFO: jsf.orders.OrderDocumentBean@ab9ec77 --- session expired via 1 minute session timeout, @PreDestroy of MyFaces 2.2 CDI @ViewScoped bean executed --- Oct 18, 2013 5:33:37 PM jsf.orders.OrderDocumentBean releaseResources INFO: jsf.orders.OrderDocumentBean@ab9ec77 Oct 18, 2013 5:33:37 PM jsf.orders.OrderDocumentBean releaseResources INFO: jsf.orders.OrderDocumentBean@7db07a20 Oct 18, 2013 5:33:37 PM jsf.users.pf_UsersController sessionTimeout INFO: administrator session ended at 10/18/2013 05:33 PM --- also, no exceptions in localhost log, when shutdown tomee --- i will repeat my test 1 or 2 more times, just to confirm.