You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2024/04/23 10:47:07 UTC

[I] Jt400: possible missing resource in the native [camel-quarkus]

JiriOndrusek opened a new issue, #6029:
URL: https://github.com/apache/camel-quarkus/issues/6029

   ### Bug description
   
   This is a reminder about a behavior I noticed with JT400 native run. 
   
   If you add following code into resource:
   ```
               Jt400Component comp = context.getComponent("jt400", Jt400Component.class);
               comp.stop();
               comp.getConnectionPool().close();
   ```
   The execution of  ` comp.getConnectionPool().close();` should fail in the native because o f missing resource. I suspect that a bundle with error description fails to load.


-- 
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-unsubscribe@camel.apache.org.apache.org

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


Re: [I] Jt400: possible missing resource in the native [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #6029: Jt400: possible missing resource in the native
URL: https://github.com/apache/camel-quarkus/issues/6029


-- 
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-unsubscribe@camel.apache.org

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