Hi, I was reading this post: http://www.nabble.com/What-jar-is-ca.uhn.hl7v2.parser.Parser-in--td21855318s22882.html#a21958256
I too get this error along with numerous other converter class not found errors: eg) 2009-05-14 09:36:25,750 WARN [main] converter.AnnotationTypeConverterLoader - Ignoring converter type: org.apache.camel.dataformat.rss.RssConverter as a dependent class could not be found: java.lang.NoClassDefFoundError: com/sun/syndication/feed/synd/SyndFeed java.lang.NoClassDefFoundError: com/sun/syndication/feed/synd/SyndFeed 2009-05-14 09:36:25,750 WARN [main] converter.AnnotationTypeConverterLoader - Ignoring converter type: org.apache.camel.component.jhc.JhcConverter as a dependent class could not be found: java.lang.NoClassDefFoundError: org/apache/http/HttpEntity java.lang.NoClassDefFoundError: org/apache/http/HttpEntity 2009-05-14 09:36:25,750 WARN [main] converter.AnnotationTypeConverterLoader - Ignoring converter type: org.apache.camel.component.cxf.converter.CxfConverter as a dependent class could not be found: java.lang.NoClassDefFoundError: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory java.lang.NoClassDefFoundError: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory I'm not sure why I get these. I tried adding the various camel jars but that didn't resolve it. My route is very simple. Taking some xml and applying an xslt. I wasn't sure what Willem meant when he said in that other post: "How about just loading the converter when the component is load? Since the component is loaded when the camel context need it, it will help us to avoid the annoying class load error. " Thanks -- View this message in context: http://www.nabble.com/Converter-Class-Not-Found-Errors-tp23536723p23536723.html Sent from the Camel - Users mailing list archive at Nabble.com.
