Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.19.0
-
None
-
Unknown
Description
Adding this to camel-example-routestemplate-xml
package org.apache.camel.example; import org.apache.camel.builder.RouteBuilder; public class MyRoute extends RouteBuilder { @Override public void configure() throws Exception { templatedRoute("myTemplate") .parameter("name", "Jack") .parameter("greeting", "Hello from Java"); } }
Should make the templatedRoute able to use the template that is defined in XML.
Attachments
Issue Links
- is related to
-
CAMEL-18683 Priorize RouteTemplate initialization
- Resolved
- links to