Dear community, I've following snippet
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> ... <bean id="jsonDataformat" class="org.apache.camel.model.dataformat.JsonDataFormat"> ... <marshal ref="jsonDataformat" /> While deploying I'm getting Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'ref' is not allowed to appear in element 'marshal'. In Spring XML of older Camel installation the ref attribute works. What I'm doing wrong here? Many tx in advance for any hints. Best - Gerald
