On Thursday 24 April 2008, Benson Margulies wrote: > Should we make copies of these and include them in our catalog?
We already do. The issue is that there is a bug in spring that prevents them from being used. Basically, spring ONLY checks the catalog if the schema ends in ".xsd". In the WSDL schema case, the "normal" location that is put in the schemas is just "http://schemas.xmlsoap.org/wsdl/". The fix that was done for 2.0.5 was to change all our schemas to use the full URL of: http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd so spring would actually pick it up. It's a completely bogus workaround for a bug in spring, but it works. Dan > > On Thu, Apr 24, 2008 at 10:00 AM, Abid Hussain > <[EMAIL PROTECTED]> > > wrote: > > Thanks, updated to 2.0.5 - everything works well. > > > > Best Regards, > > > > Abid > > > > Daniel Kulp schrieb: > >> On Wednesday 23 April 2008, Abid Hussain wrote: > >>> Hi Daniel, > >>> > >>> today everything works fine. As you said, it seems that > >>> http://schemas.xmlsoap.org/ was kind of down. > >>> > >>> Is there anything one can do if this happens again...? > >> > >> Upgrade to 2.0.5? > >> > >> Dan > >> > >> Best regards, > >> > >>> Abid > >>> > >>> Daniel Kulp schrieb: > >>>> Yea, it looks like: > >>>> http://schemas.xmlsoap.org/ > >>>> is pretty much hosed. None of the schemas from there are > >>>> working correctly. > >>>> > >>>> Dan > >>>> > >>>> On Tuesday 22 April 2008, Daniel Kulp wrote: > >>>>> Is this with CXF 2.0.5 or an older version? > >>>>> > >>>>> From the stack trace, it LOOKS like it's due to: > >>>>> https://issues.apache.org/jira/browse/CXF-1272 > >>>>> which should have been fixed/worked around in 2.0.5. > > > > -- > > > > Abid Hussain > > Mail: [EMAIL PROTECTED] > > Web: http://www.abid76.de -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
