aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes BeanValidation - Error Message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "BeanValidation - Error Message" Watch "BeanValidation - Error Message" New topic
Author

BeanValidation - Error Message

Dominik Müller
Ranch Hand

Joined: Apr 28, 2009
Posts: 36
Hi There,

in my project, i implement a custome Validator (JSR303)



The Problem: the Validator invoke an external system to do the validation, which returns an important error message on failure.

The Question: How do i process a dynamic error message, generated by the validator itself, to the invoking process?

Thanks a Lot
Dominik Müller
Dominik Müller
Ranch Hand

Joined: Apr 28, 2009
Posts: 36
The Answer on my question.

In error case: disable the default constraint and create and add a custome one

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: BeanValidation - Error Message
 
Similar Threads
Calendar Converter and Validator
Problem jsf cutom validation -- validate method dont call
empty space validation
Validation pattern.
Custom Validation