[jira] Commented: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-11-04 Thread Leonardo Uribe (JIRA)
and by historical purposes, the final name for this param is org.apache.myfaces.INITIALIZE_ALWAYS_STANDALONE, as corrected by Matthias Improve Atmosphere Meteor support of MyFaces Key: MYFACES-2952 URL: https://issues.apache.org

MYFACES-2952 - Improve Atmosphere Meteor support of MyFaces

2010-10-29 Thread Matthias Wessendorf
Currently MyFaces stops initializing when there is no (My)FacesServlet configured in the (present) web.xml. I am sure this is in 99.99% of all cases right. However there is a chance that a wrapping framework will instantiate the (My)FacesServlet, inside a wrapping Servlet. An example of that is

Re: MYFACES-2952 - Improve Atmosphere Meteor support of MyFaces

2010-10-29 Thread Matthias Wessendorf
Or a ctx param : o.a.m.INIT_ALWAYS default = false sent from my Android phone On Oct 29, 2010 12:41 PM, Matthias Wessendorf mat...@apache.org wrote: Currently MyFaces stops initializing when there is no (My)FacesServlet configured in the (present) web.xml. I am sure this is in 99.99% of all

Re: MYFACES-2952 - Improve Atmosphere Meteor support of MyFaces

2010-10-29 Thread Martin Marinschek
+1 for: Or a ctx param : o.a.m.INIT_ALWAYS. Nothing meteor-specific, I would say. best regards, Martin On 10/29/10, Matthias Wessendorf mat...@apache.org wrote: Or a ctx param : o.a.m.INIT_ALWAYS default = false sent from my Android phone On Oct 29, 2010 12:41 PM, Matthias Wessendorf

[jira] Resolved: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-10-29 Thread Leonardo Uribe (JIRA)
Uribe Added org.apache.myfaces.INITIALIZE_ALWAYS param as suggested on the list. Improve Atmosphere Meteor support of MyFaces Key: MYFACES-2952 URL: https://issues.apache.org/jira/browse/MYFACES-2952 Project

[jira] Created: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-10-21 Thread JIRA
Improve Atmosphere Meteor support of MyFaces Key: MYFACES-2952 URL: https://issues.apache.org/jira/browse/MYFACES-2952 Project: MyFaces Core Issue Type: Improvement Affects Versions: 2.0.3

[jira] Commented: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-10-21 Thread JIRA
of the AbstractFacesInitializer we could stop aborting if the org.atmosphere.servlet of the org.atmosphere.cpr.MeteorServlet does point to the (My)FacesServlet(s). Improve Atmosphere Meteor support of MyFaces Key: MYFACES-2952