Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jt400: possible missing resource in the native #6029

Closed
JiriOndrusek opened this issue Apr 23, 2024 · 0 comments · Fixed by #6030
Closed

Jt400: possible missing resource in the native #6029

JiriOndrusek opened this issue Apr 23, 2024 · 0 comments · Fixed by #6030
Assignees
Labels
Milestone

Comments

@JiriOndrusek
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants