[EMAIL PROTECTED] wrote: > I'm trying to get Cocoon loaded under WebSphere 3.4.5. This has full > support for Servlet 2.2 so according to the Cocoon requirements it > shouldn't be an issue. Unfortunately, you problem doesn't have something to do with Servlet 2.2 compatibility...
> Root Error-1: org.xml.sax.Attributes: method > getQName(I)Ljava/lang/String; not found The problem is that Websphere has a really old XML parser in the classpath by default, which is loaded before Xerces. You have to include the Xerces jars into an explicitely set classpath for the web application, use the "environment" button in the "general" tab for the web application to set it. I had to put all other jars there too, otherwise I experienced classloader problems, but this depends on your actual patch level. J.Pietschmann --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>