[jira] Created: (TOBAGO-946) FileUpload: Breach uploadMaxFileSize should be have error severity.

2010-11-22 Thread Udo Schnurpfeil (JIRA)
FileUpload: Breach uploadMaxFileSize should be have error severity. --- Key: TOBAGO-946 URL: https://issues.apache.org/jira/browse/TOBAGO-946 Project: MyFaces Tobago Issue

[jira] Updated: (TOBAGO-946) FileUpload: Breach uploadMaxFileSize should be have error severity.

2010-11-22 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil updated TOBAGO-946: --- Status: Open (was: Patch Available) FileUpload: Breach uploadMaxFileSize should be have

[jira] Updated: (TOBAGO-946) FileUpload: Breach uploadMaxFileSize should be have error severity.

2010-11-22 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil updated TOBAGO-946: --- Status: Patch Available (was: Open) FileUpload: Breach uploadMaxFileSize should be have

[jira] Resolved: (TOBAGO-946) FileUpload: Breach uploadMaxFileSize should be have error severity.

2010-11-22 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-946. Resolution: Fixed Fix Version/s: 1.5.0 1.0.32

[jira] Created: (MYFACES-2980) f:ajax wrapped around component(s) does not work as expected

2010-11-22 Thread JIRA
f:ajax wrapped around component(s) does not work as expected Key: MYFACES-2980 URL: https://issues.apache.org/jira/browse/MYFACES-2980 Project: MyFaces Core Issue Type: Bug

[jira] Resolved: (TOBAGO-932) Text of labels is too much shifted to the top

2010-11-22 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-932. Resolution: Fixed Fix Version/s: 1.0.32 Text of labels is too much shifted to the

[jira] Commented: (MYFACES-2980) f:ajax wrapped around component(s) does not work as expected

2010-11-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934499#action_12934499 ] Martin Kočí commented on MYFACES-2980: -- Problem in build view/component tree

[Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Rudy De Busscher
Hi all, BeanValidation is promoted as *THE validation framework* in the EE environment. it can already be used in JPA and JSF. In the future they plan to have it also in other areas like JAX-RS. Another area where we could start using it, is with CDI. With the creation of an Interceptor, it

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Gerhard
hi rudy, basically it's a nice idea. for further discussions we would need your implementation. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/11/22 Rudy De Busscher

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Jakob Korherr
Hi Rudy, Nice idea! If we don't want to put it directly into CODI, we could create a CODI add-on for it in ext-val, because CODI and ext-cdi kinda overlap here. Regards, Jakob 2010/11/22 Gerhard gerhard.petra...@gmail.com hi rudy, basically it's a nice idea. for further discussions we

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Jakob Korherr
... sorry.. I meant CODI and ext-val. 2010/11/22 Jakob Korherr jakob.korh...@gmail.com Hi Rudy, Nice idea! If we don't want to put it directly into CODI, we could create a CODI add-on for it in ext-val, because CODI and ext-cdi kinda overlap here. Regards, Jakob 2010/11/22 Gerhard

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Mark Struberg
I find the idea good if it gets applied dynamically (without having to annotate it). Otherwise I just prefer commons.lang.validate.Validate ;) LieGrue, strub --- On Mon, 11/22/10, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: [Codi] Idea

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Gerhard
hi, -1 we would only have disadvantages with such a dependency between both frameworks. since we have a bv module in codi for bv artifacts which are enhanced via cdi mechanisms - we should implement it there. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting,

[jira] Resolved: (MYFACES-2980) f:ajax wrapped around component(s) does not work as expected

2010-11-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2980. - Resolution: Fixed Fix Version/s: 2.0.3-SNAPSHOT Assignee: Leonardo

[jira] Commented: (MYFACES-2945) Make a way to get the FacesConfig from a provider

2010-11-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934730#action_12934730 ] Leonardo Uribe commented on MYFACES-2945: - In MYFACES-2945-3.patch there is a