Re: [DISCUSSION] Bean validation support: handling validation xml parsing errors

2010-09-29 Thread Vamsavardhana Reddy
In rev 100, I have checked in the code to parse the validation constraint mapping xml's and throw deployment exceptions if there are any errors. [1] http://svn.apache.org/viewvc?rev=100view=rev On Mon, Sep 27, 2010 at 4:18 PM, Vamsavardhana Reddy c1vams...@gmail.comwrote: I am

[DISCUSSION] Bean validation support: handling validation xml parsing errors

2010-09-27 Thread Vamsavardhana Reddy
I am working on GERONIMO-5222 Add support for application validation descriptor support for deployed applications. I have not come across anything in Java EE 6 spec that says what is to be done in the case where there are errors in validation.xml. Current implementation in Geronimo, if