Re: StackOverflowError in Application.getExpressionFactory

2011-02-23 Thread Mike Calmus
Turns out this problem was occurring when we were using Spring WebFlow 2.1.0. When we use 2.0.7 or 2.2.1 it doesn't happen. On Wed, Feb 23, 2011 at 7:43 AM, Jakob Korherr wrote: > Hi, > > This happens if you're using a custom pre JSF-1.2 Application > implementation. Every custom application impl

Re: StackOverflowError in Application.getExpressionFactory

2011-02-23 Thread Jakob Korherr
Hi, This happens if you're using a custom pre JSF-1.2 Application implementation. Every custom application implementation should extend ApplicationWrapper or implement every method. Regards, Jakob 2011/2/7 Mike Calmus : > I am getting a StackOverflowError with my app. I can't figure out what > c

StackOverflowError in Application.getExpressionFactory

2011-02-07 Thread Mike Calmus
I am getting a StackOverflowError with my app. I can't figure out what change I've made to my code or environment that is causing this separately from what others in my group are doing. I've looked at the MyFaces source and can kind of see how this could happen. This might even be a bug in the MyFa