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
/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