Re: [OS-webwork] WEBWORK under jboss-3.0.5RC1_tomcat-4.1.18

2003-01-13 Thread Erik Beeson
If I recall correctly, this is caused by having saxon.jar before xerces.jar on the classpath. AElfred, a non-validating parser, is being found and used before Xerces, the validating parser that you actually want to be using. Should just be a matter of changing some start up scripts or the like. If

Re: [OS-webwork] WEBWORK under jboss-3.0.5RC1_tomcat-4.1.18

2003-01-13 Thread Peter Kelley
Check your XML parser settings, it looks like the one you are using is non-validating. I find that xerces does all that we need but there are other validating parsers out there. On Tue, 2003-01-14 at 09:16, Jose Alvarez wrote: Can You help me please? I am trying to deploy the webwork.war file