vote up 0 vote down star
1

I'm using hibernate validator framework with Spring. A class implementing the Spring Validator validates objects with Hibernate's ClassValidator. To localize ClassValidator's error messages I need to pass a ResourceBundle into the class' constructor. My ApplicationCountext has a MessageSource bean (ReloadableResourceBundleMessageSource) which is used throught the application. It makes sense to use this same MessafeSource for the ClassValidator. But how do I convert the MessageSource to a ResourceBundle? Is there any adapter class?

flag

59% accept rate

2 Answers

vote up 1 vote down check

MessageSourceResourceBundle sounds like what you are looking for. (Haven't tried it myself.)

link|flag
Thanks! Exactly the adapter I was looking for. – axk Oct 4 '08 at 17:57
vote up 0 vote down

Did you try posting this at the spring forum or the hibernate forum OR the sun java forum ?

It appears that no one here seems to have an answer ?

link|flag
No I didn't, had no time to do it – axk Oct 4 '08 at 17:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.