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
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.
The text was updated successfully, but these errors were encountered:
rkettelerij
changed the title
SessionContext depends on MessageContext, while the latter which is missing in the specs
SessionContext depends on MessageContext but the latter is missing in the specs
Jun 1, 2015
javax.ejb.SessionContext
importsjavax.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.
The text was updated successfully, but these errors were encountered: