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

org.omg.CORBA.DATA_CONVERSION: illegal char value for string #25352

Closed
joe-chacko opened this issue May 25, 2023 · 0 comments · Fixed by #25418
Closed

org.omg.CORBA.DATA_CONVERSION: illegal char value for string #25352

joe-chacko opened this issue May 25, 2023 · 0 comments · Fixed by #25418
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:23006

Comments

@joe-chacko
Copy link
Member

joe-chacko commented May 25, 2023

Describe the bug
When Liberty is acting as an IIOP client calling an IDL-defined interface (typically hosted on a non-Liberty server), transmission errors can occur for single-byte characters in the range 0x80–0xFF.

Steps to Reproduce
Set up an IDL-defined object hosted on a non-Liberty server that accepts an IDL string parameter.

Expected behavior
All valid single-byte characters (0x40–0xFF) should be transmitted correctly.

Diagnostic information:

  • OpenLiberty Version: 23.0.0.3 and earlier
  • Affected feature(s): jakarteeeClient, jakartaee, enterpriseBeans, enterpriseBeansRemote, javaeeClient, javaee, ejb, ejbRemote
  • Java Version: any
@joe-chacko joe-chacko added the release bug This bug is present in a released version of Open Liberty label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:23006
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants