Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-05 Thread Ramkumar R
Thanks Luciano, the issue is resolved now. It works. -- Thanks & Regards, Ramkumar Ramalingam

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-04 Thread Luciano Resende
Sorry, for some reason I had to apply your patch manually and missed that part on the ResourceImplementationProcessor. Please give it a try, it should be ok now. On Tue, Jun 3, 2008 at 12:13 AM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Hi Luciano, > I tried with the latest code, it looks > like tes

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-03 Thread Ramkumar R
Hi Luciano, I tried with the latest code, it looks like testCalculator(impl.resource.CouldNotResolveLocationTestCase) is failing again due to the same issue we saw with the earlier patch. But this time itest for implementation.widget is sucessfull as the patch for WidgetImplementationProcessor.java

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-02 Thread Luciano Resende
Hi Ram I have just applied the TUSCANY-2362 patch. Could you please take a quick look as I was having issues trying to get a sucessful run of the validation iTest bucket, but I guess it's due to different issues. Thanks On Mon, Jun 2, 2008 at 3:18 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > O

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-02 Thread Simon Laws
On Mon, Jun 2, 2008 at 11:15 AM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Hi Simon, > I have provided the fix with TUSCANY-2362 for the same. > > For Junit4, let me have a look and provide the changes accordingly. > > > On 6/2/08, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On Mon, Jun 2, 2008 at

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-02 Thread Ramkumar R
Hi Simon, I have provided the fix with TUSCANY-2362 for the same. For Junit4, let me have a look and provide the changes accordingly. On 6/2/08, Simon Laws <[EMAIL PROTECTED]> wrote: > > On Mon, Jun 2, 2008 at 8:14 AM, Ramkumar R <[EMAIL PROTECTED]> wrote: > > > Hi Simon, > > After downloading t

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-02 Thread Simon Laws
On Mon, Jun 2, 2008 at 8:14 AM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Hi Simon, > After downloading the complete latest code from the repository, i noticed > that the reason for the failure in CouldNotResolveLocation for > implementation.resource and implementation.widget validation is due to th

Re: TUSCANY-2344 & 5 - resource & widget validation

2008-06-02 Thread Ramkumar R
Hi Simon, After downloading the complete latest code from the repository, i noticed that the reason for the failure in CouldNotResolveLocation for implementation.resource and implementation.widget validation is due to the missed code while applying the patch. The changes suggested in the patch doe

TUSCANY-2344 & 5 - resource & widget validation

2008-05-29 Thread Simon Laws
Hi FYI. I've seen a couple of problems with the widget and resource validation testing during may latest build. CouldNotResolveLocation doesn't seem to be raise. I've @Ignored these tests for now just in case it's going to affect others (I changed the test to JUnit4 to make this easy) . As an as