----- Original Message -----
Subject: Re: [Resin-interest] Override EL implementation (help us stay with Resin)
Date: Wed, 18 Apr 2012 11:48:34 -0700
From: Scott Ferguson <f...@caucho.com>

On 04/17/2012 12:40 PM, Mattias Jiderhamn wrote:
>
> ----- Original Message -----
> Subject: Re: [Resin-interest] Override EL implementation (help us stay
> with Resin)
> Date: Mon, 16 Apr 2012 13:12:15 -0700
> From: Scott Ferguson <f...@caucho.com>
> > Anyway, when javaee-16.jar/javax/el is replaced with Maven dep
>> > javax.el/el-api/2.2 the problems were gone, so therefore I assumed the >> > repackaging was based on a pre 2.2 version and Resin was not to blame
>> > for the bugs per se.
>> >
>> > But what you are saying is, that our best bet is to report each
>> > separate bug against Resin, and hope to see them fixed in the next
>> > version?
>>
>> Correct. Fixing those bugs are generally pretty simple, because they're
>> fairly small in functionality.
>
> Well, I feel like a n00b after having realized the most severe
> problems we're actually caused by the fact that a team member (who is
> running JBoss locally) had set com.sun.faces.expressionFactory
> parameter to com.sun.el.ExpressionFactoryImpl. So there was a mixture
> of two implementations. Sorry for blaming Resin! *blush*
>
> After changing the setting to com.caucho.el.ExpressionFactoryImpl (or
> rather a proxy using com.caucho.el.ExpressionFactoryImpl if present),
> the problems turning are much less severe.
>
> I reported http://bugs.caucho.com/view.php?id=5034 (which has a very
> easy workaround) and http://bugs.caucho.com/view.php?id=5035 (which
> should be no problem in production, but make development much less
> effective; trivial to fix so I trust it to be in the next release)

Thanks.

Unfortunately I was able to reproduce this one too: http://bugs.caucho.com/view.php?id=5039 This one is a bit more annoying, since the workaround requires adding dummy setters everywhere the bug is hit.

--

  </Mattias>

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to