Re: Current Tests fail in servlets resolver

2008-05-30 Thread Carsten Ziegeler
Thanks! Carsten Felix Meschberger wrote: Fixed. Regards Felix Am Freitag, den 30.05.2008, 10:17 +0200 schrieb Carsten Ziegeler: Hi, the junit tests in the servlets resolver module fail, because the provider factory requires the SERVICE.ID in the properties of a service refereence (ServiceR

Re: Current Tests fail in servlets resolver

2008-05-30 Thread Felix Meschberger
Fixed. Regards Felix Am Freitag, den 30.05.2008, 10:17 +0200 schrieb Carsten Ziegeler: > Hi, > > the junit tests in the servlets resolver module fail, because the > provider factory requires the SERVICE.ID in the properties of a service > refereence (ServiceResourceProviderFactory line 225) >

Re: Current Tests fail in servlets resolver

2008-05-30 Thread Felix Meschberger
Yikes !! Fixing this immediately. Sorry. Though I ran the tests before committing. Regards Felix Am Freitag, den 30.05.2008, 10:17 +0200 schrieb Carsten Ziegeler: > Hi, > > the junit tests in the servlets resolver module fail, because the > provider factory requires the SERVICE.ID in the prope

Current Tests fail in servlets resolver

2008-05-30 Thread Carsten Ziegeler
Hi, the junit tests in the servlets resolver module fail, because the provider factory requires the SERVICE.ID in the properties of a service refereence (ServiceResourceProviderFactory line 225) The junit tests use the mock service reference which by default does not have this property. As f