[jira] [Created] (MYFACES-3103) Composite component using new .view.xml mapping does not work

2011-04-04 Thread Leonardo Uribe (JIRA)
Composite component using new .view.xml mapping does not work - Key: MYFACES-3103 URL: https://issues.apache.org/jira/browse/MYFACES-3103 Project: MyFaces Core Issue Type: Bug

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.4

2011-04-04 Thread Mark Struberg
+1 LieGrue, strub --- On Sun, 4/3/11, Werner Punz werner.p...@gmail.com wrote: From: Werner Punz werner.p...@gmail.com Subject: Re: [VOTE] Release of Extensions CDI (CODI) 0.9.4 To: dev@myfaces.apache.org Date: Sunday, April 3, 2011, 8:17 PM +1 Werner Am 03.04.11 22:16, schrieb

[GSoC] Seam-Forge plugin for MyFaces CODI

2011-04-04 Thread Martinconi Cosmin
Hi, I created a wiki page with my application proposal[1] for the Seam-Forge plugin for MyFaces CODI issue, for this years Google Summer of Code program. You can find the Jira issue at [2]. I would really appreciate any feedback and comments. Thanks, Cosmin [1]

Re: [GSoC] Seam-Forge plugin for MyFaces CODI

2011-04-04 Thread Gerhard Petracek
hi cosmin, looks good to me. maybe we should rename the page to: http://wiki.apache.org/myfaces/GSoC2011_Codi_ForgePlugin or e.g. http://wiki.apache.org/myfaces/GSoC2011_Codi_RAD since it would be a rad-tool for codi implemented as forge-plugin, i would prefer #2 regards, gerhard

Re: [GSoC] Seam-Forge plugin for MyFaces CODI

2011-04-04 Thread Martinconi Cosmin
Hi Gerhard, Yes, that is a good idea, I have renamed it to GSoC2011_Codi_RAD, you can now find the project proposal at [1]. Regards, Cosmin [1] http://wiki.apache.org/myfaces/GSoC2011_Codi_RAD On Mon, Apr 4, 2011 at 11:56 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi cosmin,

[jira] [Created] (MYFACES-3104) MyFaces 2 with EL 2.2 in Websphere 7

2011-04-04 Thread mansour (JIRA)
MyFaces 2 with EL 2.2 in Websphere 7 Key: MYFACES-3104 URL: https://issues.apache.org/jira/browse/MYFACES-3104 Project: MyFaces Core Issue Type: Bug Components: General Affects Versions:

[jira] [Commented] (MYFACES-3104) MyFaces 2 with EL 2.2 in Websphere 7

2011-04-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015340#comment-13015340 ] Jakob Korherr commented on MYFACES-3104: javadoc of VerifyError says: Thrown

[jira] [Commented] (MYFACES-3104) MyFaces 2 with EL 2.2 in Websphere 7

2011-04-04 Thread mansour (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015362#comment-13015362 ] mansour commented on MYFACES-3104: -- For information, I don't think the problem is with

@PreDestroy on session beans (re MYFACES-3040)

2011-04-04 Thread Curtiss Howard
Hi, I'm having a hard time following the rationale behind MYFACES-3040. I think someone was concerned about @PreDestroy getting called twice if the session was invalidated? The solution, however, was to eliminate invoking @PreDestroy when the session is destroyed ALTOGETHER. This is an

[jira] [Commented] (MYFACES-3104) MyFaces 2 with EL 2.2 in Websphere 7

2011-04-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015500#comment-13015500 ] Leonardo Uribe commented on MYFACES-3104: - Definitively it is a bug in websphere

Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Leonardo Uribe
Hi Add a param to disable JSP support looks like a good idea. With such param we could solve this issue raised recently: https://issues.apache.org/jira/browse/MYFACES-3104 MyFaces 2 with EL 2.2 in Websphere 7 regards, Leonardo Uribe 2011/3/17 Martin Koci martin.kocicak.k...@gmail.com This

Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Martin Koci
Hi, suggested patch is here: https://issues.apache.org/jira/browse/MYFACES-3078 can you please review it and apply if is it proper? Regards, Kočičák Hi Add a param to disable JSP support looks like a good idea. With such param we could solve this issue raised recently:

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.4

2011-04-04 Thread Rudy De Busscher
+1 Regards Rudy On 4 April 2011 09:44, Mark Struberg strub...@yahoo.de wrote: +1 LieGrue, strub --- On Sun, 4/3/11, Werner Punz werner.p...@gmail.com wrote: From: Werner Punz werner.p...@gmail.com Subject: Re: [VOTE] Release of Extensions CDI (CODI) 0.9.4 To: dev@myfaces.apache.org

Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Leonardo Uribe
Hi Yes, no problem. Right now I'm running the necessary steps to release myfaces core 2.0.5 (and after that tomahawk 1.1.11), so this patch will not be on 2.0.5 (but it will on 2.0.6). I want to take a look carefully to this problem and I require some time to do it. Thanks for your patch.

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.4

2011-04-04 Thread Jan-Kees van Andel
+1 Regards, Jan-Kees 2011/4/4 Rudy De Busscher rdebussc...@gmail.com +1 Regards Rudy On 4 April 2011 09:44, Mark Struberg strub...@yahoo.de wrote: +1 LieGrue, strub --- On Sun, 4/3/11, Werner Punz werner.p...@gmail.com wrote: From: Werner Punz werner.p...@gmail.com Subject:

Re: @PreDestroy on session beans (re MYFACES-3040)

2011-04-04 Thread Leonardo Uribe
Hi It seems to be the behavior is different between container implementations. I tested it on jetty and two @PreDestroy are sent. I think it is more a design flaw due to inconsistent behavior between different container implementations of servlet spec. What do to in this case? At first view, I

[jira] [Created] (TRINIDAD-2078) SKIP_ITERATION forces visit of non-rendered components

2011-04-04 Thread Andy Schwartz (JIRA)
SKIP_ITERATION forces visit of non-rendered components -- Key: TRINIDAD-2078 URL: https://issues.apache.org/jira/browse/TRINIDAD-2078 Project: MyFaces Trinidad Issue Type: Bug

[jira] [Updated] (TRINIDAD-2078) SKIP_ITERATION forces visit of non-rendered components

2011-04-04 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan updated TRINIDAD-2078: - Status: Patch Available (was: Open) SKIP_ITERATION forces visit of non-rendered

[jira] [Updated] (TRINIDAD-2078) SKIP_ITERATION forces visit of non-rendered components

2011-04-04 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan updated TRINIDAD-2078: - Status: Open (was: Patch Available) SKIP_ITERATION forces visit of non-rendered

[jira] [Commented] (TRINIDAD-2078) SKIP_ITERATION forces visit of non-rendered components

2011-04-04 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015621#comment-13015621 ] Blake Sullivan commented on TRINIDAD-2078: -- The proposed patch fixes the

[jira] [Commented] (TRINIDAD-1496) Need org.apache.myfaces.trinidad.skin.Icon to expose the raw content value instead of just getImageURI

2011-04-04 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015629#comment-13015629 ] Jeanne Waldman commented on TRINIDAD-1496: -- We have a specific example. Our

[jira] [Commented] (TRINIDAD-1496) Need org.apache.myfaces.trinidad.skin.Icon to expose the raw content value instead of just getImageURI

2011-04-04 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015635#comment-13015635 ] Jeanne Waldman commented on TRINIDAD-1496: -- Make sure to document that

[jira] [Commented] (TRINIDAD-1496) Need org.apache.myfaces.trinidad.skin.Icon to expose the raw content value instead of just getImageURI

2011-04-04 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015644#comment-13015644 ] Blake Sullivan commented on TRINIDAD-1496: -- I guess a getRawURI function is

[jira] [Commented] (TRINIDAD-1496) Need org.apache.myfaces.trinidad.skin.Icon to expose the raw content value instead of just getImageURI

2011-04-04 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015647#comment-13015647 ] Blake Sullivan commented on TRINIDAD-1496: -- I forgot to say that I agree that

[trinidad][api] TRINIDAD-2078 SKIP_ITERATION forces visit of non-rendered components

2011-04-04 Thread Blake Sullivan
To fix TRINIDAD-2078 SKIP_ITERATION forces visit of non-rendered components https://issues.apache.org/jira/browse/TRINIDAD-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13015621#comment-13015621, I proposed the following apis: The proposed patch

Re: [Trinidad] Release schedule

2011-04-04 Thread Andrew Robinson
I don't see that 2.0 is any less stable 1.2 at this point. I think we can probably remove the beta soon IMO. On Fri, Apr 1, 2011 at 11:02 AM, Scott O'Bryan darkar...@gmail.com wrote: Hey all, I think we're getting close to another release for Trinidad and I wanted to open up a discussion on