BTW, if I want to make changes to the latest/nightly of the 2.0.x
branch, I need to use the 2.0.x-fixes tag and *not* the 2.0.6 one,
correct?


2008-05-21 [EMAIL PROTECTED] wrote:
> Author: dkulp
> Date: Wed May 21 10:26:37 2008
> New Revision: 658770
> 
> ==============================================================================
> ---
> cxf/branches/2.0.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBindingFactory.java
>  (original)
> +++
> cxf/branches/2.0.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBindingFactory.java
>  Wed May 21 10:26:37 2008
> @@ -403,7 +403,7 @@
>              if (def != null && schemas != null) {
>                  javax.wsdl.Message msg =
> def.getMessage(header.getMessage());
>                  if (msg != null) {
> -                    addOutOfBandParts(bop, msg, schemas, isInput);
> +                    addOutOfBandParts(bop, msg, schemas, isInput,
> header.getPart());


Any serious risk of this NPE'ing?

Regards,
Glen


Reply via email to