So I was able to run this simple cmale context by adding: but I still have an issue with this more complicated camel-context:
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> ..................................... <camelContext xmlns="http://camel.apache.org/schema/spring"> <propertyPlaceholder id="placeholder" location="classpath:sql.properties" /> <!-- route described here </camelContext> </blueprint> -- View this message in context: http://camel.465427.n5.nabble.com/Karaf-3-camel-waiting-for-namespace-handlers-tp5749404p5749405.html Sent from the Camel - Users mailing list archive at Nabble.com.
