Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-23 Thread Werner Punz
, 2012 9:48 AM Subject: Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing If there is an EL struggling problem then this is probably a tomcat issue. Tomcat is providing the EL in tomee to my knowledge. Werner Am 22.11.12 00:07, schrieb Howard W. Smith, Jr.: I

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-22 Thread Werner Punz
If there is an EL struggling problem then this is probably a tomcat issue. Tomcat is providing the EL in tomee to my knowledge. Werner Am 22.11.12 00:07, schrieb Howard W. Smith, Jr.: I think I just solved this issue as follows: *CAUSED BY:* p:calendar

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-22 Thread Mark Struberg
:48 AM Subject: Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing If there is an EL struggling problem then this is probably a tomcat issue. Tomcat is providing the EL in tomee to my knowledge. Werner Am 22.11.12 00:07, schrieb Howard W. Smith, Jr.: I

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-22 Thread Howard W. Smith, Jr.
- Original Message - From: Werner Punz werner.p...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Thursday, November 22, 2012 9:48 AM Subject: Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing If there is an EL struggling problem

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-22 Thread Howard W. Smith, Jr.
Done. Bug 54191 https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 has been added to the database On Thu, Nov 22, 2012 at 3:48 AM, Werner Punz werner.p...@gmail.com wrote: If there is an EL struggling problem then this is probably a tomcat issue. Tomcat is providing the EL in tomee to

Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-21 Thread Howard W. Smith, Jr.
You all know by now that I recently migrated *FROM*: Glassfish 3.1.2.2, MyFaces 2.1.9, and JSF Managed beans *TO*: TomEE 1.5 SNAPSHOT, Apache MyFaces CDI Extensions 1.0.6 (CODI), and CDI managed beans So, I am regression testing, and I am experiencing a very very strange issue with *TomEE/CODI*

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-21 Thread Howard W. Smith, Jr.
The following is the XHTML for the *FROM* and *TO* p:calendar components in PrimeFaces p:dataTable component. Please note that the *mode=popup showOn=button* is hardcoded in the xhtml below, and is not conditionally dependent on EL. As the screen captures will show, I am testing this via my

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-21 Thread Howard W. Smith, Jr.
I removed Apache CODI JARs from classpath and duplicated this issue, so this may be a TomEE/OpenEJB (OpenWebBeans) issue. Please confirm. Thanks, Howard On Wed, Nov 21, 2012 at 3:19 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: The following is the XHTML for the *FROM* and *TO*

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-21 Thread Howard W. Smith, Jr.
I replaced PrimeFaces 3.5 SNAPSHOT with PrimeFaces 3.4.1 (stable version), and I am still duplicating this issue in my web app. So, this is *not* a PrimeFaces 3.4.1 issue. On Wed, Nov 21, 2012 at 3:45 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: I removed Apache CODI JARs from

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-21 Thread Howard W. Smith, Jr.
I think I just solved this issue as follows: *CAUSED BY:* p:calendar *readonlyInput=#{pf_usersController.loggedInViaIpad == 'Y' ? 'true' : 'false'}* 1. Glassfish 3.1.2.2 and MyFaces Core 2.1.9 handles that perfectly 2. OpenWebBeans and MyFaces Core 2.1.9 seem to struggle with that EL for