NoClassDefFoundError for unrelated classes

2009-02-26 Thread skappel
The Timer or Quartz components and DSL as in: from(timer://foo?period=6) appear to generate NoClassDefFoundError and ClassNotFound exceptions for unrelated components, such as Scala, Mina, Http,etc. There are also many warnings with org.apache.camel.util.ResolverUtil addIfMatching. The timer

Re: NoClassDefFoundError for unrelated classes

2009-02-27 Thread skappel
/activemq/camel/converter/InvokeMessageListenerTest.class' This is caused by activemq-all-5.1.0.jar. Both classes have a space between Listener and Test, causing a mismatch. skappel wrote: > > The Timer or Quartz components and DSL as in: > from(timer://foo?period=6) appear to gene