Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-04-03 Thread Adrian Gonzalez
Hello, I just resolved java.lang.NullPointerException: null on Websphere (8.0.0.4) (see [2] below). This issue was due : When a client calls a method with package level access on a CDI bean, WAS 8.0.0.4 doesn't execute the interceptor chain. The call is executed directly on the javassist class

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-04-03 Thread Adrian Gonzalez
Just created :  * https://issues.apache.org/jira/browse/EXTCDI-307 (EAR support for JBoss)   * https://issues.apache.org/jira/browse/EXTCDI-308 (EAR support for WAS) and attached the corresponding patches. Please note that these patches doesn't cover support for all the CODI modules (I've tested

jsr 303 configuration in myfaces

2013-04-03 Thread Johannes Murth
hi! in our project, we have a specific configuration of the jsr 303 validator which is configured with the constructor. it's actually a spring bean. how can we tell myfaces to use specific validator object? or is there an other way to customize the validator? specifically, we want to configure

Re: jsr 303 configuration in myfaces

2013-04-03 Thread Matt Benson
From the JSF spec: ■ If the servlet context contains a ValidatorFactory instance under the attribute named javax.faces.validator.beanValidator.ValidatorFactory, this instance is used by JSF to acquire Validator instances (specifically in the BeanValidator). This key should be defined in the