Re: Upgrading to Camel 2.14.1 and CompositeRegistry issue

2015-02-25 Thread Claus Ibsen
Hi This sounds like a mixed versions of Camel on the classpath. So double check that you use the same Camel version for all your camel jars. On Wed, Feb 25, 2015 at 1:18 PM, geppo wrote: > Hi, I'm trying to upgrade some legacy code to use Camel 2.14.1, but I'm > getting an AbstractMethodError wh

Upgrading to Camel 2.14.1 and CompositeRegistry issue

2015-02-25 Thread geppo
Hi, I'm trying to upgrade some legacy code to use Camel 2.14.1, but I'm getting an AbstractMethodError when the method lookupByNameAndType is called. Any idea what this means and/or how I can fix it? Many thanks! Caused by: org.apache.camel.NoSuchBeanException: Cannot lookup: properties from regis