>From the Tuscany list: <snip> See http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200611.mbox/%3ce911 [EMAIL PROTECTED]
I'll go change the Axis binding over to using that. ...ant </snip> And if you don't want to cobble that link together, here's the locations: <snip> Hi all, I uploaded the Axis2 1.1 RC2 release artifacts to the following locations. Please help us by downloading and reviewing them. Download locations : * binary and source distributions - http://people.apache.org/~thilina/axis2/1.1-RC2/ * jars http://people.apache.org/~thilina/maven/org.apache.axis2/jars/ * mars (addressing and SOAP monitor) http://people.apache.org/~thilina/maven/org.apache.axis2/mars/ * Tools http://people.apache.org/~thilina/axis2/1.1-RC2/plugins/ I uploaded a subset of Axis2 site for the benefit of the folks who are going to try out Axis2 1.1-RC2. Some links may not be working. We apologize for the inconvenience. Constructive feedback on the docs are most welcome. * Temporary site http://people.apache.org/~thilina/axis2/docs/ Please note that these releases do not include xdocs which will be available with 1.1 release as usual. Thanks, Thilina </snip> -----Original Message----- From: Dan Jemiolo (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 4:36 PM To: [email protected] Subject: [jira] Commented: (MUSE-138) AxisIsolationLayer is not initalised with operation context for Axis 1.1RC2 [ http://issues.apache.org/jira/browse/MUSE-138?page=comments#action_12447 084 ] 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] The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
