You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
javax.ejb.SessionContext imports javax.xml.rpc.handler.MessageContext. But the latter isn't included in the spec JARs. I understand JAX-RPC is being pruned but the EJB API should still continue to work right?
Workaround - since I only needed SessionContext during testing/mocking - add MessageContext as a sourcefile to your own testing classpath.
javax.ejb.SessionContextimportsjavax.xml.rpc.handler.MessageContext. But the latter isn't included in the spec JARs. I understand JAX-RPC is being pruned but the EJB API should still continue to work right?Workaround - since I only needed SessionContext during testing/mocking - add MessageContext as a sourcefile to your own testing classpath.