I updated my xalan to the new 2.7 release. When i do, using this code:

        TransformerFactory tff = TransformerFactory.newInstance();


I get:

java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker
       
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:821)
        com.primavera.infr.admin.DomUtil.serializeDomDoc(DomUtil.java:39)


i rolled back xalan to the last version, and i don't get this.

I assume that i am putting together incompatible versions of jars, but for the
life of me can't figure out what? The 2.7 xalan appears to have this class in
org/apache/xml/utils, not org/apache/xml/serializer.

Any ideas what i am doing wrong? This is a web app under tomcat 5.0.29 were we
have supplied xalan and xerces in our war.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to