Invocationctx.Getcontextdata() Does Not Include Webservicecontext Parameters
(Doc ID 1408723.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.3 and laterInformation in this document applies to any platform.
Symptoms
An EJB method is called as a web service in 10.3.3 WLS.
EJB interceptor mechanism is used to intercept this EJB method call.
When intercepting this method call, the following code is executed :
Therefore, if s wsContext().get("KEY") returns a non NULL value, invocationCtx.getContextData("KEY") should return the same non NULL value.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |