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

Fixes remote JNDI lookup #25076

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

avpinchuk
Copy link
Contributor

@avpinchuk avpinchuk commented Aug 6, 2024

This is a bug fix. Fixes #24522.

  • Fixes java.io.NonSerializableException during remote lookup.
  • Remote list() method now enumerates subcontexts bounded to the current context (this behavior consistent with the local list() method).

Signed-off-by: Alexander Pinčuk <[email protected]>
@avpinchuk avpinchuk force-pushed the remote-jndi-lookup branch from 091d9cd to 7c7f568 Compare August 7, 2024 20:16
@avpinchuk avpinchuk added the bug Something isn't working label Aug 8, 2024
@avpinchuk avpinchuk added this to the 7.0.17 milestone Aug 8, 2024
@avpinchuk avpinchuk self-assigned this Aug 8, 2024
@avpinchuk avpinchuk marked this pull request as ready for review August 8, 2024 20:12
@dmatej dmatej merged commit f147fb9 into eclipse-ee4j:master Aug 8, 2024
2 checks passed
@avpinchuk avpinchuk deleted the remote-jndi-lookup branch August 9, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clients cannot list java:global to discover GF7 EJBs - java.rmi.MarshalException
3 participants