Re: Validation Exceptions, Localization & Unit Testing

2011-12-18 Thread Kevin Hinkson
On 18 Dec 2011, at 21:41, Henrique Prange wrote: > Hi Kevin, > > I'm not an expert on ERXValidation, but you're correct. The ERXLocalizer > class has not been initialized properly. Unfortunately, WOUnit doesn't load > the Properties file before the test execution as well as it doesn't provide

Re: Validation Exceptions, Localization & Unit Testing

2011-12-18 Thread Farrukh Ijaz
Try reordering your application classpath and I guess moving Extensions Framework above will solve the problem. It happened to me a couple of times and I discovered it's related to loading the classes in specific order. Farrukh Henrique Prange wrote: >Hi Kevin, > >I'm not an expert on ERXVal

Re: Validation Exceptions, Localization & Unit Testing

2011-12-18 Thread Henrique Prange
Hi Kevin, I'm not an expert on ERXValidation, but you're correct. The ERXLocalizer class has not been initialized properly. Unfortunately, WOUnit doesn't load the Properties file before the test execution as well as it doesn't provide means for the ERXLocalizer to initialize properly. As a work