eamazaj commented on issue #1739: URL: https://github.com/apache/camel-quarkus/issues/1739#issuecomment-697064463
I am trying to call a PGM program with apache camel 3.5.0, but from Jt400Type it doesn't support PGM type: Example: from(jt400://DEMO678:xxxxx@host/QSYS.LIB/DEMO6781.LIB/HELLO.PGM) .to(direct:demo) StackTrace: 2020-09-22 19:59:05,714 ERROR [io.qua.application] (Quarkus Main Thread) Failed to start application (with profile dev): java.lang.RuntimeException: org.apache.camel.FailedToStart RouteException: Failed to start route route1 because of null at org.apache.camel.quarkus.core.CamelBootstrapRecorder.start(CamelBootstrapRecorder.java:47) Caused by: org.apache.camel.FailedToStartRouteException: Failed to start route route1 because of null at org.apache.camel.impl.engine.RouteService.warmUp(RouteService.java:124) Caused by: javax.naming.OperationNotSupportedException at org.apache.camel.component.jt400.Jt400Endpoint.createConsumer(Jt400Endpoint.java:101) **Will this improvement be added in future versions?** ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org