If I import camel/camel-jms-tx-spring into Fuse Tooling, Fuse Tooling is complaining
Description | Resource | Path | Location | Type |
---|---|---|---|---|
This component must have a child | camel-context.xml | /example-camel-jms-tx-spring/src/main/webapp/WEB-INF | line 85 | Red Hat Fuse Tooling Validation Problem |
The mentioned component is transacted:
... <route id="fileToJmsQueueRoute"> <from id="fileConsumer" uri="file:{{jboss.server.data.dir}}/orders"/> <transacted id="transacted"/> <convertBodyTo id="convertToString" type="java.lang.String"/> <to id="jmsProducer" uri="jms:queue:OrdersQueue"/> </route> ...
- is related to
-
FUSETOOLS-3008 Camel Validation - Handle 'transacted' and 'policy' components
- Open