Hi,

I hope we made a clear statement saying, if some one is changing
something in axis2 related ws-commons project, he/she needs to check at
least Axis2 whether its fine or not. But this particular commit breaks
Axis2 build.

As you all might know we are in the process of releasing Axis2 1.0 and
we are really busy with the important issues related to 1.0. We can not
continue with work related to Axis2 1.0 when the build is failing.
So the only option for me here is to revert this particular commit to
proceed with Axis2.

Glen, please review this and commit this when you are sure that Axis2
build is successful. And please do not commit anything without checking
Axis2 as well, a humble request.


-- Chinthaka





[EMAIL PROTECTED] wrote:
> Author: gdaniels
> Date: Mon Apr 24 09:15:24 2006
> New Revision: 396597
> 
> URL: http://svn.apache.org/viewcvs?rev=396597&view=rev
> Log:
> Ensure default SOAPEnvelope has a valid parent (Synapse's XPath mediator 
> needs this)
> 
> Modified:
>     
> webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
> 
> Modified: 
> webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
> URL: 
> http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java?rev=396597&r1=396596&r2=396597&view=diff
> ==============================================================================
> --- 
> webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
>  (original)
> +++ 
> webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
>  Mon Apr 24 09:15:24 2006
> @@ -272,6 +272,8 @@
>          SOAPEnvelopeImpl env = new SOAPEnvelopeImpl(ns, this);
>          createSOAPHeader(env);
>          createSOAPBody(env);
> +        SOAPMessageImpl msg = new SOAPMessageImpl();
> +        msg.setSOAPEnvelope(env);
>          return env;
>      }
>  
> 
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to