[ANNOUNCE] Release of Apache MyFaces Extensions CDI 1.0.4

2012-02-20 Thread Gerhard Petracek
The Apache MyFaces team is pleased to announce the 11th release of Apache MyFaces Extensions CDI (aka CODI). Apache MyFaces CODI provides portable CDI extensions for the Java-Platform (SE and EE). CODI is a modularized and extensible toolbox for CDI based applications. The release of CODI v1.0.4

Re: Result (was: Re: [VOTE] Release of Extensions CDI (CODI) 1.0.4)

2012-02-20 Thread Gerhard Petracek
for sure martin is also part of our pmc. @martin: please update your status [1]. updated result: 7 binding +1 votes (pmc): - Werner Punz - Grant Smith - Mark Struberg - Jakob Korherr - Leonardo Uribe - Martin Koci - Gerhard Petracek regards, gerhard [1]

Re: [core] performance: cache infos for views without build time modifications

2012-02-20 Thread Martin Koci
Same situation for clientId: in stable component tree is clientId always the same (state saving depends on it) unfortunately has UIComponent no method setClientId. But we can try set it via reflexion and compare if it brings an improvement or not. Currently getClientId() uses lazy init and

[jira] [Created] (MYFACES-3473) [perf] Avoid unnecessary _ComponentChildrenList instances - improve HtmlRenderer.getChildren

2012-02-20 Thread Created
[perf] Avoid unnecessary _ComponentChildrenList instances - improve HtmlRenderer.getChildren Key: MYFACES-3473 URL: https://issues.apache.org/jira/browse/MYFACES-3473

[jira] [Commented] (TRINIDAD-2218) Need an ability for the WindowManager implementation to be executed before all Configurators and filters and to complete teh response

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212103#comment-13212103 ] Scott O'Bryan commented on TRINIDAD-2218: - If I read this correctly, this adds

[jira] [Updated] (TRINIDAD-2201) Support for column stamping in the UIXTable

2012-02-20 Thread Scott O'Bryan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan updated TRINIDAD-2201: Resolution: Fixed Fix Version/s: 2.0.2-core Status: Resolved (was:

[jira] [Commented] (TRINIDAD-2173) tr:table component renders navigation bar wrongly for unknown row count

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212141#comment-13212141 ] Scott O'Bryan commented on TRINIDAD-2173: - Testing this patch now

[jira] [Resolved] (TRINIDAD-946) tr:panelPopup incorrect placement in IE7 and IE6 with long pages

2012-02-20 Thread Scott O'Bryan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan resolved TRINIDAD-946. Resolution: Cannot Reproduce Assignee: Scott O'Bryan Test case was not provided.

[jira] [Updated] (TRINIDAD-2206) add isValidViewStateToken API to the state manager

2012-02-20 Thread Scott O'Bryan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan updated TRINIDAD-2206: Status: Open (was: Patch Available) add isValidViewStateToken API to the state

[jira] [Updated] (TRINIDAD-2206) add isValidViewStateToken API to the state manager

2012-02-20 Thread Scott O'Bryan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan updated TRINIDAD-2206: Status: Patch Available (was: Open) add isValidViewStateToken API to the state

[jira] [Commented] (TRINIDAD-1442) Aggregate single image to send to client

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212180#comment-13212180 ] Scott O'Bryan commented on TRINIDAD-1442: - Although this seems to be an

[jira] [Updated] (TRINIDAD-1442) Aggregate single image to send to client

2012-02-20 Thread Scott O'Bryan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan updated TRINIDAD-1442: Status: Open (was: Patch Available) Aggregate single image to send to client

[jira] [Commented] (TRINIDAD-1442) Aggregate single image to send to client

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212183#comment-13212183 ] Scott O'Bryan commented on TRINIDAD-1442: - Also removing the Patch Available

Re: [core] performance: cache infos for views without build time modifications

2012-02-20 Thread Leonardo Uribe
Hi Unfortunately we can't cache facelets generated unique ids into ComponentTagHandlerDelegate because a tag handler can be used in many views because a view is the result of execute many facelet compositions. In facelets there are two hierarchical counters, one for MARK_CREATED

[jira] [Commented] (TRINIDAD-2165) TrNumberFormat of TrNumberConverter doesn't accept 0 for maximumFractionDigits or maximumIntegerDigits

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212189#comment-13212189 ] Scott O'Bryan commented on TRINIDAD-2165: - I think the component versions are

[core] discussion about stateless jsf implementation

2012-02-20 Thread Leonardo Uribe
Hi I have been studying the proposed code attached to MYFACES-3465. Unfortunately, I have found some issues with the related code that needs to be discussed under dev list. The code has the following drawbacks: - It uses request uri to mark the views instead viewId. This causes when multiple

[jira] [Resolved] (TRINIDAD-1473) XMLMenuModel menu state shared among different logged in users

2012-02-20 Thread Scott O'Bryan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan resolved TRINIDAD-1473. - Resolution: Won't Fix Assignee: Scott O'Bryan Seems to be an issue with 1.0.x

[jira] [Commented] (TRINIDAD-1221) bug related to navigationPane Component

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212257#comment-13212257 ] Scott O'Bryan commented on TRINIDAD-1221: - May as well answer this.. :) It's

[jira] [Commented] (TRINIDAD-943) handle session timeout

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212259#comment-13212259 ] Scott O'Bryan commented on TRINIDAD-943: Actually, a change was committed, the

[jira] [Commented] (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

2012-02-20 Thread Scott O'Bryan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212260#comment-13212260 ] Scott O'Bryan commented on TRINIDAD-875: Stephan, I know this is old. Can you

[jira] [Resolved] (TRINIDAD-1457) Need the ability to bypass the Cache on ResourceServlet

2012-02-20 Thread Scott O'Bryan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan resolved TRINIDAD-1457. - Resolution: Fixed Fix Version/s: 2.0.0-core 1.2.15-core

[jira] [Created] (TRINIDAD-2221) Allow ancestor components to transform and filter ComponentChanges added by their descendants

2012-02-20 Thread Blake Sullivan (Created) (JIRA)
Allow ancestor components to transform and filter ComponentChanges added by their descendants - Key: TRINIDAD-2221 URL:

[jira] [Commented] (TRINIDAD-2221) Allow ancestor components to transform and filter ComponentChanges added by their descendants

2012-02-20 Thread Blake Sullivan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212306#comment-13212306 ] Blake Sullivan commented on TRINIDAD-2221: -- I forgot to add that this requires

[jira] [Resolved] (TRINIDAD-2221) Allow ancestor components to transform and filter ComponentChanges added by their descendants

2012-02-20 Thread Blake Sullivan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan resolved TRINIDAD-2221. -- Resolution: Fixed Fix Version/s: 2.0.0-beta-2 Fixed in revision 1291571 by

[jira] [Created] (TRINIDAD-2222) propertyhashmap delta map issues

2012-02-20 Thread Gabrielle Crawford (Created) (JIRA)
propertyhashmap delta map issues Key: TRINIDAD- URL: https://issues.apache.org/jira/browse/TRINIDAD- Project: MyFaces Trinidad Issue Type: Bug Reporter: Gabrielle Crawford there are

[jira] [Resolved] (TRINIDAD-2222) propertyhashmap delta map issues

2012-02-20 Thread Gabrielle Crawford (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-. -- Resolution: Fixed Assignee: Gabrielle Crawford propertyhashmap