[ http://issues.apache.org/jira/browse/MUSE-138?page=comments#action_12447084 ] Dan Jemiolo commented on MUSE-138: ----------------------------------
I have this working, but getting it into the build is going to be a pain. We have to compile against the 1.1 jars, but they aren't released/in maven's repository yet. So I'll need to provide instructions for adding the Axis2 1.1 jars to our developers' local repository so they can create the build on their machines. But... at least it's going to work. > 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]
