Re: Upgrade myfaces version in Tomee 1.7.0

2014-08-29 Thread Howard W. Smith, Jr.
Also, you may want the non-PLUME release of TomEE(+) 1.7.0, and replace myfaces 2.1.15 JARs with myfaces 2.2.4 (api/impl) JARs. I think TomEE PLUME release may have config + jars to make it work specifically for Mojarra users. Of course, non-PLUME release will not have that config + jars. :)

Re: Upgrade myfaces version in Tomee 1.7.0

2014-08-29 Thread cocorossello
Yes, there are some differences, specially in the exception handling. I'm not in production yet so I have time to test and fix the problems. Thanks -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Upgrade-myfaces-version-in-Tomee-1-7-0-tp4671458p4671466.html Sent

Re: Upgrade myfaces version in Tomee 1.7.0

2014-08-29 Thread Felipe Jaekel
For better performance, I use these context parameters: context-param param-nameorg.apache.myfaces.COMPRESS_STATE_IN_SESSION/param-name param-valuefalse/param-value /context-param context-param param-nameorg.apache.myfaces.SERIALIZE_STATE_IN_SESSION/param-name param-valuefalse/param-value