Re: [TRINIDAD] Support for IE 11

2014-03-05 Thread Mike Calmus
Based upon what I see in Jira this has already been fixed in the 2.1.0 codebase. The question, though is why hasn't 2.1.0 been released? There are no outstanding issues listed in Jira for this release, and it was slated for November. What's the hold-up? On Wed, Mar 5, 2014 at 1:14 AM, Sandeep Gur

Re: StackOverflowError with MyFaces 2.2.0

2014-01-22 Thread Mike Calmus
he classpath. There > should be a copy of javax.faces api somewhere that is making a > conflict. > > regards, > > Leonardo Uribe > > 2014/1/22 Howard W. Smith, Jr. : > > On Wed, Jan 22, 2014 at 1:50 PM, Mike Calmus wrote: > > > >> I tried updating an exis

StackOverflowError with MyFaces 2.2.0

2014-01-22 Thread Mike Calmus
I tried updating an existing application to MyFaces 2.2.0 (from 2.1.11) by simply replacing the library. When I try to deploy the app, I get a StackOverflowError (below). Looking at the source code I'm surprised this doesn't always happen. Several methods (setFlowHandler, getFlowHandler, unsubscrib

NullPointerException after upgrading to Trinidad 2.0.1

2012-04-11 Thread Mike Calmus
I have an app running with MyFaces 2.1.5, Spring 3.1.0 and Spring webflow 2.3.0. We are also using Trinidad. Everything has been wroking fine with Trinidad 1.2.14. I just tried to upgrade to Trinidad 2.0.1. Pages load up initially, but if I try to reload any of the pages I get a NullPointerExceptio

Re: StackOverflowError in Application.getExpressionFactory

2011-02-23 Thread Mike Calmus
ery 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 > > change I've made to my code or envi

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