[ http://issues.apache.org/jira/browse/MUSE-138?page=comments#action_12447090 ] Dan Jemiolo commented on MUSE-138: ----------------------------------
The muse-platform-axis2 module is actually a good deal simpler now that they added the static MessageContext to Axis2 1.1. I also had to change parts of muse-osgi-soa-axis2, but just fixing some compilation errors that occurred because I no longer needed OperationContext parameters everywhere. > 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 > Components: Deployment - Axis2 > Affects Versions: 2.0.0 > Environment: WLS 9.2, Windows XPSP2, Axis 1.1RC2 > Reporter: James Shiell > Assigned To: Dan Jemiolo > Fix For: 2.1.0 > > > 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]
