Re: java.lang.NoClassDefFoundError: org/apache/xml/serializer/OutputPropertiesFactory
Posted By:
Thennarasu_Eswaran
Posted On:
Sunday, November 29, 2009 02:15 PM
Finally I spot the issue - its because there were two api's having the same implementation for OutputPropertiesFactory which have to be resolved by moving one such jar to web server's jre's extended lib.
Thanks
Thennarasu