-
Notifications
You must be signed in to change notification settings - Fork 195
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
[camel-main] jt400 - latest upgraded jt400 dependency fails in the native mode #6889
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Jt400 client is tightly coupled with GUI dialogues, which does not work in the native. In previous version (
20.0.7
), the limitation was solved by a couple of substitutions. The newest version (20.0.8) brings several small changes, which add more gui actions into the signon process. After several hours spent on the preparation of new substitutions I start to think, that it is not possible to substitute code in a way that signon works on the native. (mostly because the classToolboxSignonHandler
is final and therefore can not be modified.Here is one of many errors, which happens (obtained on jt400-mocked tests):
I added a simple workaround when the signon is disabled in the native - until the proper fix is prepared.
The text was updated successfully, but these errors were encountered: