Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Orbit » xalan and serializer
xalan and serializer [message #563130] Mon, 07 April 2008 18:39
Paul Gardiner is currently offline Paul GardinerFriend
Messages: 94
Registered: July 2009
Member
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?
Previous Topic:dom4j and some other libraries
Next Topic:dom4j and some other libraries
Goto Forum:
  


Current Time: Wed Apr 24 18:53:48 GMT 2024

Powered by FUDForum. Page generated in 0.02664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top