mgubaidullin commented on issue #1042:
URL: https://github.com/apache/camel-karavan/issues/1042#issuecomment-1881959850

   @davsclaus I can confirm that the following example  
   ```
   - route:
       id: route-f0b7
       nodePrefixId: route-d25
       from:
         id: from-130a
         uri: kamelet:jms-apache-artemis-source
         parameters:
           destinationName: test
           destinationType: queue
           brokerURL: tcp://localhost:61616
         steps:
           - log:
               id: log-e983
               message: ${body}
   
   ```
   throws exception with camel-jbang
   ```
   Error starting CamelContext (jms-demo) due to exception thrown: Failed to 
start route jms-apache-artemis-source-1 because of connectionFactory must be 
specified
   org.apache.camel.FailedToStartRouteException: Failed to start route 
jms-apache-artemis-source-1 because of connectionFactory must be specified
           at 
org.apache.camel.impl.engine.RouteService.setUp(RouteService.java:131) 
~[camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.InternalRouteStartupManager.doWarmUpRoutes(InternalRouteStartupManager.java:307)
 ~[camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.InternalRouteStartupManager.safelyStartRouteServices(InternalRouteStartupManager.java:187)
 ~[camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.InternalRouteStartupManager.doStartOrResumeRoutes(InternalRouteStartupManager.java:144)
 ~[camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:2778)
 ~[camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2459)
 [camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2414)
 [camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.support.service.BaseService.start(BaseService.java:113) 
[camel-api-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2019)
 [camel-base-engine-4.3.0.jar:4.3.0]
           at 
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:208) 
[camel-core-engine-4.3.0.jar:4.3.0]
           at org.apache.camel.main.KameletMain.doStart(KameletMain.java:323) 
[camel-kamelet-main-4.3.0.jar:4.3.0]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to