AxisIsolationLayer is not initalised with operation context for Axis 1.1RC2
---------------------------------------------------------------------------
Key: MUSE-138
URL: http://issues.apache.org/jira/browse/MUSE-138
Project: Muse
Issue Type: Bug
Affects Versions: 2.0.0
Environment: WLS 9.2, Windows XPSP2, Axis 1.1RC2
Reporter: James Shiell
Assigned To: Dan Jemiolo
The AxisIsolationLayer does not have the
setOperationContext(OperationContext):void method called, and hence throws a
NullPointer exception when the handlerRequest method is invoked.
This appears to be because Axis 2 1.1RC2 onwards no longer invoke the
setOperationContext method, instead relying purely on the
init(OperationContext) method. This is done via the
org.apache.axis2.engine.DependencyManager class.
As a workaround, the AxisIsolationLayer class can be subclassed and init(..)
implemented, and this subclass used in the Axis 2 services.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]