[jira] [Created] (MYFACES-3871) Problems while loading resources of richfaces 5

2014-03-13 Thread Rene O (JIRA)
Rene O created MYFACES-3871: --- Summary: Problems while loading resources of richfaces 5 Key: MYFACES-3871 URL: https://issues.apache.org/jira/browse/MYFACES-3871 Project: MyFaces Core Issue Type:

[jira] [Created] (TOBAGO-1376) tobago-theme-plugin puts backslashes in war file if build runs under Windows

2014-03-13 Thread Georg Pietrek (JIRA)
Georg Pietrek created TOBAGO-1376: - Summary: tobago-theme-plugin puts backslashes in war file if build runs under Windows Key: TOBAGO-1376 URL: https://issues.apache.org/jira/browse/TOBAGO-1376

[jira] [Commented] (MYFACES-3869) Ids used by c:if, c:forEach and other facelet tags requires to be unique per facelet

2014-03-13 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933127#comment-13933127 ] Karl Kildén commented on MYFACES-3869: -- Hi, I tried 2.2.2-20140313.024403-5 This

[jira] [Commented] (MYFACES-3869) Ids used by c:if, c:forEach and other facelet tags requires to be unique per facelet

2014-03-13 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933369#comment-13933369 ] Gonçalo Manuel Cruchinho commented on MYFACES-3869: --- Hi Leonard. Your

[jira] [Resolved] (MYFACES-3869) Ids used by c:if, c:forEach and other facelet tags requires to be unique per facelet

2014-03-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3869. - Resolution: Fixed Fix Version/s: 2.2.2 Thanks to Gonçalo Manuel Cruchinho for

[core] quick fix release for myfaces core 2.2

2014-03-13 Thread Leonardo Uribe
Hi Since they have appeared some issues of enough importance, I think it could be good to run a quick fix release on this weekend or begining of next week. regards, Leonardo Uribe

JSF 2.2 ViewScoped - Passivation?

2014-03-13 Thread Thomas Andraschko
Hi, i found the following issue in mojarras issue tracker: https://java.net/jira/browse/JAVASERVERFACES-3191 Do we have a unit test for testing passivation? I just looked at our sources but we are missing the passivating attribute, too. Regards, Thomas

[jira] [Comment Edited] (MYFACES-3869) Ids used by c:if, c:forEach and other facelet tags requires to be unique per facelet

2014-03-13 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933369#comment-13933369 ] Gonçalo Manuel Cruchinho edited comment on MYFACES-3869 at 3/13/14 4:13 PM:

[jira] [Commented] (MYFACES-3871) Problems while loading resources of richfaces 5

2014-03-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933490#comment-13933490 ] Leonardo Uribe commented on MYFACES-3871: - I have debugged the app and the

[jira] [Resolved] (MYFACES-3871) Problems while loading resources of richfaces 5

2014-03-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3871. - Resolution: Invalid Assignee: Leonardo Uribe The fix should be done in RichFaces

Re: JSF 2.2 ViewScoped - Passivation?

2014-03-13 Thread Gerhard Petracek
hi thomas, the annotation is given by the spec., however, the registration in ViewScopeContextExtension is fine: event.addScope(ViewScoped.class, true, true); regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German

Re: JSF 2.2 ViewScoped - Passivation?

2014-03-13 Thread Leonardo Uribe
Hi According to some reports I read some time ago in stackoverflow, Mojarra does not enforce that beans implementing @ViewScoped / @FlowScoped needs to be Serializable in order to be passivated, but MyFaces enforce that. As Gerhard said before, the code in MyFaces is correct. regards, Leonardo

[jira] [Updated] (TRINIDAD-2459) Addition of ValueUpdatedEvent + ValueUpdatedListener

2014-03-13 Thread Ji Kim (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji Kim updated TRINIDAD-2459: - Status: Patch Available (was: Open) Addition of ValueUpdatedEvent + ValueUpdatedListener

[jira] [Created] (TRINIDAD-2459) Addition of ValueUpdatedEvent + ValueUpdatedListener

2014-03-13 Thread Ji Kim (JIRA)
Ji Kim created TRINIDAD-2459: Summary: Addition of ValueUpdatedEvent + ValueUpdatedListener Key: TRINIDAD-2459 URL: https://issues.apache.org/jira/browse/TRINIDAD-2459 Project: MyFaces Trinidad

[MyFaces-dev] [Commit Request] JIRA 2459

2014-03-13 Thread Ji Kim
Hi, Can someone check out JIRA TRINIDAD-2459 and commit if it is good? It's a rather simple/safe change of queuing a new ValueUpdatedEvent that is needed for ADF feature. https://issues.apache.org/jira/browse/TRINIDAD-2459 Thanks!

Re: JSF 2.2 ViewScoped - Passivation?

2014-03-13 Thread Thomas Andraschko
Thanks for clarification. Do we have unit tests for the ViewContext passivation? Passivation was multiple times broken in OWB - therefore i would like to unit tests in the future if none are available. 2014-03-13 18:16 GMT+01:00 Leonardo Uribe lu4...@gmail.com: Hi According to some reports