Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, When I apply this patch and your jakarta-servletapi-5 patch and build with the latest commons-digester, I get the following exception. I seems that with your patches, Xerces no longer looks locally for the XML files. Accordingly, I think we should figure out what is happening

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Jean-francois Arcand
Patrick, you also have to apply the catalina pache where it is defined the local schema location (Constants.java). I made some change to avoid having Xerces resolving with the wrong URI. Thanks, Jeanfrancois. Patrick Luby wrote: Jean-François, When I apply this patch and your

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, I just deleted my CVS repositories, rechecked them out, and reapplied *both* the jakarta-servletapi-5 and jakarta-tomcat-catalina patches. I did a build from scratch and I still get the same exception. Note: I am using the HEAD of commons-digester. Might there be a

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, Thanks for finding the missing patch to commons-digester. I committed that patch and now Tomcat 5 works with both of your patches to jakarta-servletapi-5 and jakarta-tomcat-catalina. BTW, with your patches, all of the JSP test failures in watchdog are gone and all JSP test