You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bval.apache.org by Jonathon Blumenthal <jo...@gmail.com> on 2010/08/07 00:02:40 UTC

Bval-guice and validation.xml

How can I provide a custom validation.xml for bval when using the provided
guice module? As a first step I
think org.apache.bval.guice.ValidatorFactoryProvider should probably
use org.apache.bval.jsr303.ApacheValidatorFactory#getDefault() rather then
newing up it's own factory provider.  Second, is there an easy way to
programmatically add different validation XMLs?

-- 
-Jon