java.lang.NoClassDefFoundError: org.springframework.xml.transform.StringSource java.lang.NoClassDefFoundError: quickfix.SessionID java.lang.NoClassDefFoundError: com.sun.syndication.io.FeedException java.lang.NoClassDefFoundError: org.restlet.data.Method java.lang.NoClassDefFoundError: javax.jcr.Value java.lang.NoClassDefFoundError: net.sf.flatpack.DataSet java.lang.NoClassDefFoundError: org.xbill.DNS.Record java.lang.NoClassDefFoundError: org.apache.xmlbeans.XmlException java.lang.NoClassDefFoundError: org.snmp4j.PDU java.lang.NoClassDefFoundError: org.xbill.DNS.Record java.lang.NoClassDefFoundError: org.springframework.integration.MessageChannel java.lang.NoClassDefFoundError: ca.uhn.hl7v2.HL7Exception java.lang.NoClassDefFoundError: org.eclipse.jetty.server.Response java.lang.NoClassDefFoundError: org.apache.mina.common.ByteBuffer java.lang.NoClassDefFoundError: org.apache.mina.core.buffer.IoBuffer java.lang.NoClassDefFoundError: org.apache.http.HttpEntity java.lang.NoClassDefFoundError: scala.xml.Elem
Best, Christian On Tue, Nov 27, 2012 at 10:49 AM, Claus Ibsen <[email protected]> wrote: > Hi > > You have many ClassNotFoundExceptions from the log > java.lang.NoClassDefFoundError: > org.springframework.xml.transform.StringSource > > It seems that you do not have all the needed JARs in your application > that you deploy in WAS. > Make sure to include the needed JARs. > > > On Tue, Nov 27, 2012 at 8:29 AM, UDAYA <[email protected]> wrote: > > java.lang.NoClassDefFoundError: > > org.springframework.xml.transform.StringSource > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > FuseSource is now part of Red Hat > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > --
