Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-03-01 Thread Martin Marinschek
The comment is a bit wrong - the method is present in JSF1.2, not in JSF 1.1 ;) regards, Martin 2008/2/28 Bruno Aranda [EMAIL PROTECTED]: The problem seems to be that the orchestra FacesContextWrapper does not implement/override the getELContext(), the code was commented out. (seems to cause

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-28 Thread Bruno Aranda
The problem seems to be that the orchestra FacesContextWrapper does not implement/override the getELContext(), the code was commented out. (seems to cause problems, MYFACES-1820?) // This method is present in JSF1.1, but not JSF1.2 so must not // exist in this JSF1.1-compatible wrapper class.

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-28 Thread Bruno Aranda
hehe, sure, I have patched it and installed in my institution repo so we can work with it in the meanwhile. I understand Simon reasons, but I am unable to see a workaround (maybe there could be one in the trinidad side too, but that would only be a partial solution as other FacesContext

FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Bruno Aranda
Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was trying to start it again and on initialization this exception happens: 2008-02-27

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: Bruno Aranda schrieb: 2008-02-27 13:23:38,365 [btpool0-1] DEBUG (OrchestraFacesContextFactory$1,129) - Running release 2008-02-27 13:23:38,368 [btpool0-1] DEBUG (JsfFrameworkAdapter,69) - Ending request 2008-02-27 13:23:38.260::WARN: Error for

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was trying to start it again and on initialization this

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Sochor Zdeněk
Hi, comments inline [EMAIL PROTECTED] napsal(a): Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Matthias Wessendorf
bruno, have you tried 1.2.3 of Trinidad ? I see the method in question being added in 1.2.4 -M On Wed, Feb 27, 2008 at 2:28 PM, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread [EMAIL PROTECTED]
Sochor Zdeněk schrieb: Hi, comments inline [EMAIL PROTECTED] napsal(a): Hi Bruno, Bruno Aranda schrieb: Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a