Hello,
I get this error upon starting Tomcat. I believe I'm getting this because Saxon is no longer available to the WW code (I removed the jar). I did that because I'm integrating WW with another body of code where Xerces is used. I probably need to update a property somewhere to notify WW of this change, but I don't know where. Or perhaps someone has another suggestion as to what is going wrong. Thanks,
 
Robert Douglass
 
2003-06-07 22:37:43,963 [ERROR] config.DefaultConfiguration - Could not create XML action configuration
java.lang.ClassCastException
 at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:147)
 at webwork.config.XMLActionConfiguration.getMappingsFromResource(XMLActionConfiguration.java:75)
 at webwork.config.XMLActionConfiguration.<init>(XMLActionConfiguration.java:60)
 at webwork.config.DefaultConfiguration.<init>(DefaultConfiguration.java:76)
 at webwork.config.Configuration.getDefaultConfiguration(Configuration.java:153)
 at webwork.config.Configuration.getConfiguration(Configuration.java:104)
 at webwork.config.Configuration.get(Configuration.java:41)
 at webwork.config.Configuration.getString(Configuration.java:51)
 at webwork.dispatcher.ServletDispatcher.init(ServletDispatcher.java:89)

Reply via email to