Re: validators

2005-11-18 Thread Sachin Patel
Yes thanks David, that does help. So technically, could I directly call validateDD() and get the list of errors? I'm wanting to hook into the validation framework in Eclipse so that the validation errors appear in the Problems View prior to deployment. Sachin. David Jencks wrote: On Nov

validators

2005-11-17 Thread Sachin Patel
Could someone point me to where validation is being done on the deployment plans prior to deployment? Is there a single entry point for validation or is it being done within each of the builders? Thanks

Re: validators

2005-11-17 Thread Aaron Mulder
I think each builder does it separately, just by passing a flag to the XmlBeans objects when loading them from the deployment plan file/stream. But I don't have the source code in front of me, so I can't be more specific at the moment. Aaron On 11/18/05, Sachin Patel [EMAIL PROTECTED] wrote:

Re: validators

2005-11-17 Thread David Jencks
On Nov 17, 2005, at 9:06 PM, Sachin Patel wrote: Could someone point me to where validation is being done on the deployment plans prior to deployment? Is there a single entry point for validation or is it being done within each of the builders? Thanks Process goes something like this: