Dear all,

for a legacy project we're working with Apache Servicemix 7.0.1. This contains 
Camel 2.16.5.

While trying to use the claimCheck pattern I'm getting

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 106 
in XML document from URL 
[bundle://425.8:0/META-INF/spring/eib.routes.mappings.RDHRDH011.xml] is 
invalid; nested exception is org.xml.sax.SAXParseException: 
cvc-complex-type.2.4.a: Invalid content was found starting with element 
'claimCheck'.

Is claimCheck not supported with Camel 2.16.5?

The route starts with

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:camel="http://camel.apache.org/schema/spring"; 
xmlns:prop="http://camel.apache.org/schema/placeholder";
        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";>

    <bean id="mappingService" 
class="de.ag.cas.eib.mapping.smx.MappingServiceImpl" />

        <camelContext id="mappings" 
xmlns="http://camel.apache.org/schema/spring"; streamCache="true">

Best
Gerald

Reply via email to