[jira] [Resolved] (DELTASPIKE-387) Create new bean-validation module

2013-07-05 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-387. -- Resolution: Fixed Finished creating module and setting up tests. >

[jira] [Resolved] (DELTASPIKE-332) Discuss introducing BeanValidation support

2013-07-05 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-332. -- Resolution: Fixed Finished creating module and setting up tests. >

[jira] [Resolved] (DELTASPIKE-388) Add support for a ConstraintValidatorFactory that creates CDI enabled constraint validators

2013-07-05 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament resolved DELTASPIKE-388. -- Resolution: Fixed Finished creating module and setting up tests. >

Re: AW: Access Resourcebundles from xhtml

2013-07-05 Thread Mark Struberg
It 'should' work somewhen. But I fear we did not yet implement it. At least not intentionally ;) Passing this via EL-2.2 parameters might be possible, but I'm not yet sure if I would like that from a performance perspective. LieGrue, strub From: Thomas Herz

AW: Access Resourcebundles from xhtml

2013-07-05 Thread Thomas Herzog
i guess this should work via @Named("myMessageBean") on the interface. I think that at startup a cdi bean is created form the interface, but I am not sure. Mit freundlichen Grüßen Thomas Herzog Softwareentwicklung curecomp Software Services GmbH Hafenstrasse 47-51 4020 Linz web: www.curecomp.c

Access Resourcebundles from xhtml

2013-07-05 Thread Martijn Hiemstra
I have a question about deltaspike. I want to remove all calls to in my xhtml pages. I have defined a message resolver and I have defined a MessageBundle interface called MyMessageBundle and added the @MessageBundle annotation. This works great when calling MyMessageBundle from a managedbean usin

Resourcebundles and deltaspike

2013-07-05 Thread Martijn Hiemstra
I have a question about deltaspike. I want to remove all calls to in my xhtml pages. I have defined a message resolver and I have defined a MessageBundle interface called MyMessageBundle and added the @MessageBundle annotation. This works great when calling MyMessageBundle from a managedbean usin