xalan and serializer [message #563130] |
Mon, 07 April 2008 14:39 |
Eclipse User |
|
|
|
I have been having a problem where I get a NoClassDefFoundError from
org.apache.xalan:
java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker
at
org.apache.xalan.processor.TransformerFactoryImpl.newTransfo rmer(TransformerFactoryImpl.java:823)
at
org.apache.ws.commons.schema.XmlSchema.serialize_internal(Xm lSchema.java:264)
.. . .
I fixed it by adding an import package for org.apache.xml.serializer to the
xalan (2.7.1) bundle's manifest, and adding the serializer bundle from
orbit. Could there be another problem, or should the manifest be changed?
|
|
|
Powered by
FUDForum. Page generated in 0.02811 seconds