AW: @BeanValidation annotation at class level

2012-10-19 Thread Manuel.Gamerdinger
: @BeanValidation annotation at class level hi manuel, you can check it in ExtValBeanValidationMetaDataInternals# extractExtValBeanValidationMetaData (see #inspectFirstBean (= class level), #inspectFirstProperty, #inspectBaseOfProperty (= class level) and #inspectLastProperty) regards, gerhard http

AW: @BeanValidation annotation at class level

2012-10-19 Thread Manuel.Gamerdinger
start small - conserve resources by not printing every e-mail. -Ursprüngliche Nachricht- Von: Gamerdinger, Manuel Gesendet: Freitag, 19. Oktober 2012 12:38 An: users@myfaces.apache.org Betreff: AW: @BeanValidation annotation at class level Hi Gerhard, thanx for quick response. I

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
: AW: @BeanValidation annotation at class level Hi Gerhard, thanx for quick response. I tracked down the problem that the Annotation (@BeanValidation) is not available on objectToInspect.getClass() in ExtValBeanValidationMetaDataInternals#transferGroupValidationInformationToFoundGroups

AW: @BeanValidation annotation at class level

2012-10-19 Thread Manuel.Gamerdinger
- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Freitag, 19. Oktober 2012 13:19 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel, thx for providing the details. please file a jira ticket (improvement) for it at [1]. regards, gerhard [1

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
-Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Freitag, 19. Oktober 2012 13:19 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel, thx for providing the details. please file a jira ticket

AW: @BeanValidation annotation at class level

2012-10-19 Thread Manuel.Gamerdinger
. Oktober 2012 16:01 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel, i guess - you are using weld... you can register a custom ProxyHelper to get rid of the issue. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
give me more information about the ProxyHelper? Regards, Manuel -Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Freitag, 19. Oktober 2012 16:01 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel

AW: @BeanValidation annotation at class level

2012-10-19 Thread Manuel.Gamerdinger
17:08 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel, ok - i just know that weld changed something in that area. we tested the DefaultProxyHelper with owb, but maybe websphere uses something special here. see: Class classToInspect

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
] Gesendet: Freitag, 19. Oktober 2012 17:08 An: MyFaces Discussion Betreff: Re: @BeanValidation annotation at class level hi manuel, ok - i just know that weld changed something in that area. we tested the DefaultProxyHelper with owb, but maybe websphere uses something special here. see

@BeanValidation annotation at class level

2012-10-18 Thread Manuel.Gamerdinger
Hello MyFaces ExtVal users, I've a question regarding group validation together with @BeanValidation annotation. In my example the @BeanValidation annotation only works on page bean fields. On class level it seems that the annotation is ignored. This works:

Re: @BeanValidation annotation at class level

2012-10-18 Thread Gerhard Petracek
hi manuel, you can check it in ExtValBeanValidationMetaDataInternals# extractExtValBeanValidationMetaData (see #inspectFirstBean (= class level), #inspectFirstProperty, #inspectBaseOfProperty (= class level) and #inspectLastProperty) regards, gerhard http://www.irian.at Your JSF/JavaEE