[jira] [Commented] (EXTCDI-162) re-visit implementation of custom project stages.

2011-03-29 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012377#comment-13012377 ] Rudy De Busscher commented on EXTCDI-162: - We should help the developer as much as

[jira] [Commented] (EXTCDI-162) re-visit implementation of custom project stages.

2011-03-29 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012383#comment-13012383 ] Mark Struberg commented on EXTCDI-162: -- Rudy, sadly you need @Typed() far more often

[jira] [Commented] (EXTCDI-162) re-visit implementation of custom project stages.

2011-03-29 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012392#comment-13012392 ] Gerhard Petracek commented on EXTCDI-162: - it's a pretty simple topic (from the

[ANNOUNCE] MyFaces Test v1.0.2 Release

2011-03-29 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Test 1.0.2. The Myfaces Test Framework provides mock object libraries, plus base classes for creating your own JUnit TestCases for JSF. For more information please see: http://myfaces.apache.org/test MyFaces Core is available

[ANNOUNCE] release of myfaces builder plugin 1.0.9

2011-03-29 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Builder Plugin 1.0.9. Apache MyFaces Builder Plugin is a maven plugin, used internally in other projects like myfaces core and tomahawk for generate component classes, tag classes, faces-config files, .tld files and

[jira] [Commented] (TRINIDAD-2059) NPE in CoreResponseStateManager._restoreSerializedView

2011-03-29 Thread Volker Malzahn (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012533#comment-13012533 ] Volker Malzahn commented on TRINIDAD-2059: -- Is it possible to include the

[jira] [Created] (PORTLETBRIDGE-201) Proposal for 3.0 IMPL: Preserve and restore Flash scope within BridgeRequestScope

2011-03-29 Thread Neil Griffin (JIRA)
Proposal for 3.0 IMPL: Preserve and restore Flash scope within BridgeRequestScope - Key: PORTLETBRIDGE-201 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-201

[jira] [Created] (PORTLETBRIDGE-202) Proposal for 3.0 IMPL: Support mode changes via StateAwareResponse#setPortletMode(PortletMode)

2011-03-29 Thread Neil Griffin (JIRA)
Proposal for 3.0 IMPL: Support mode changes via StateAwareResponse#setPortletMode(PortletMode) -- Key: PORTLETBRIDGE-202 URL:

[jira] [Created] (PORTLETBRIDGE-203) Proposal for 3.0 IMPL: Preserve and restore JSF2 FacesContext attributes in BridgeRequestScope

2011-03-29 Thread Neil Griffin (JIRA)
Proposal for 3.0 IMPL: Preserve and restore JSF2 FacesContext attributes in BridgeRequestScope -- Key: PORTLETBRIDGE-203 URL:

[jira] [Commented] (PORTLETBRIDGE-203) Proposal for 3.0 IMPL: Preserve and restore JSF2 FacesContext attributes in BridgeRequestScope

2011-03-29 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012588#comment-13012588 ] Michael Freedman commented on PORTLETBRIDGE-203: We will have to

[jira] [Commented] (PORTLETBRIDGE-203) Proposal for 3.0 IMPL: Preserve and restore JSF2 FacesContext attributes in BridgeRequestScope

2011-03-29 Thread Neil Griffin (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012597#comment-13012597 ] Neil Griffin commented on PORTLETBRIDGE-203: Not sure about application

Re: [core] performance: an optimal ELResolvers chain for POJO-based apps

2011-03-29 Thread Martin Koci
Hi, the only solution which comes to my mind is update MYFACES-3075 to support transforming (replacing one resover with another) and with some sort of supplier support (when user wants provide own list of EL reolvers). That will allow complete maninulation of el resolvers chain: custom

Re: [core] performance: an optimal ELResolvers chain for POJO-based apps

2011-03-29 Thread Leonardo Uribe
Hi MK The obvious optimalization would be move the BeanELResolver to top. But MK you cannot: EL spec 2.2 javax.el.BeanELResolver: If the property is not MK found or is not readable, a PropertyNotFoundException is thrown. So MK UEL spec. mandates that BeanELResolver must be last one which

[jira] [Created] (TOBAGO-985) Make Progress work with new LayoutManager

2011-03-29 Thread Udo Schnurpfeil (JIRA)
Make Progress work with new LayoutManager - Key: TOBAGO-985 URL: https://issues.apache.org/jira/browse/TOBAGO-985 Project: MyFaces Tobago Issue Type: Task Reporter: Udo Schnurpfeil

[jira] [Issue Comment Edited] (PORTLETBRIDGE-189) Proposal for 3.0 API: javax.portlet.faces.BridgeFactoryFinder

2011-03-29 Thread Neil Griffin (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008752#comment-13008752 ] Neil Griffin edited comment on PORTLETBRIDGE-189 at 3/29/11 8:12 PM:

[jira] [Resolved] (EXTCDI-151) improve javadoc

2011-03-29 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-151. - Resolution: Fixed Fix Version/s: 0.9.4 improve javadoc ---

[jira] [Created] (EXTCDI-163) @Transactional with multiple qualifiers should support stereotypes

2011-03-29 Thread Gerhard Petracek (JIRA)
@Transactional with multiple qualifiers should support stereotypes -- Key: EXTCDI-163 URL: https://issues.apache.org/jira/browse/EXTCDI-163 Project: MyFaces CODI Issue Type:

[jira] [Created] (PORTLETBRIDGE-204) Bridge doesn't work with Mojarra 2.0.4b09

2011-03-29 Thread Michael Freedman (JIRA)
Bridge doesn't work with Mojarra 2.0.4b09 - Key: PORTLETBRIDGE-204 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-204 Project: MyFaces Portlet Bridge Issue Type: Bug Components:

Re: [RE-VOTE] Release MyFaces Portlet Bridge 3.0.0

2011-03-29 Thread Michael Freedman
FYI ... I held/pulled this release to make a critical fix/change to support Mojarra 2.0.4.b09 (I had been testing with 2.0.3). (See https://issues.apache.org/jira/browse/PORTLETBRIDGE-204 for more info). Expect a new version and a request for re-vote in the next day or so. Sorry about the

[jira] [Commented] (TOMAHAWK-1359) activeOnViewIds toggleActive does not work properly

2011-03-29 Thread Mats Andreassen (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012849#comment-13012849 ] Mats Andreassen commented on TOMAHAWK-1359: --- I just encountered this bug. It