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 registry: myUtils.camel.guice.GuiceRegistry@2ba95c45 with expected type: class org.apache.camel.component.properties.PropertiesComponent due: null at org.apache.camel.impl.CompositeRegistry.lookupByNameAndType(CompositeRegistry.java:62) at org.apache.camel.impl.PropertyPlaceholderDelegateRegistry.lookupByNameAndType(PropertyPlaceholderDelegateRegistry.java:63) at org.apache.camel.util.CamelContextHelper.lookupPropertiesComponent(CamelContextHelper.java:492) at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1891) at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1767) at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61) at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1735) at myUtils.camel.MyService.start(MyService.java:19) ... 5 more Caused by: java.lang.AbstractMethodError at org.apache.camel.impl.CompositeRegistry.lookupByNameAndType(CompositeRegistry.java:56) ... 12 more -- View this message in context: http://camel.465427.n5.nabble.com/Upgrading-to-Camel-2-14-1-and-CompositeRegistry-issue-tp5763152.html Sent from the Camel - Users mailing list archive at Nabble.com.