Apache camel 在哪里可以找到camel的占位符架构?

Apache camel 在哪里可以找到camel的占位符架构?,apache-camel,jbossfuse,blueprint,property-placeholder,Apache Camel,Jbossfuse,Blueprint,Property Placeholder,我想使用以下语法在驼峰上下文中定义属性,如下所示: <aggregate prop:completionSize="my.property" completionTimeout="1500" strategyRef=MyAggregationStrategy"> .... </aggregate> 我已经使用了这个模式,但是我需要使用一个引用整数值的占位符来避免这个异常org.xml.sax.SAXParseException:cvc d

我想使用以下语法在驼峰上下文中定义属性,如下所示:

<aggregate prop:completionSize="my.property" completionTimeout="1500" strategyRef=MyAggregationStrategy">
                ....
</aggregate>

我已经使用了这个模式,但是我需要使用一个引用整数值的占位符来避免这个异常
org.xml.sax.SAXParseException:cvc datatype valid.1.2.1:'my.property'不是'integer'的有效值。
我遵循了这个指南,你必须告诉我它是一个属性:{my.property}我决定使用
xmlns:cm=”更改名称空间http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
我已经使用了此架构,但我需要使用一个引用整数值的占位符来避免此异常
org.xml.sax.SAXParseException:cvc datatype valid.1.2.1:“my.property”不是“integer”的有效值。
我遵循了此指南,您必须告诉我它是一个属性:{my.property}我决定使用
xmlns:cm=”更改名称空间http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0“