Sam beat me to it.

Rich Scheuerle
XML & Web Services Development
512-838-5115  (IBM TL 678-5115)


                                                                                       
                                     
                      R J Scheuerle                                                    
                                     
                      Jr/Austin/IBM@IBM        To:       [EMAIL PROTECTED]       
                                     
                      US                       cc:                                     
                                     
                                               Subject:  Re: [GUMP] Build Failure - 
Axis                                    
                      05/27/2002 10:53                                                 
                                     
                      AM                                                               
                                     
                      Please respond to                                                
                                     
                      axis-dev                                                         
                                     
                                                                                       
                                     
                                                                                       
                                     



I'll look into this right now.  Thanks!


Rich Scheuerle
XML & Web Services Development
512-838-5115  (IBM TL 678-5115)



                      Christian Geuer-Pollmann

                      <[EMAIL PROTECTED]        To:
[EMAIL PROTECTED]
                      n.de>                                 cc:
[EMAIL PROTECTED], [EMAIL PROTECTED]
                      Sent by: Christian                    Subject:  Re:
[GUMP] Build Failure - Axis
                      Geuer-Pollmann

                      <[EMAIL PROTECTED]

                      -siegen.de>



                      05/27/2002 09:02 AM

                      Please respond to axis-dev






Can an axis committer please change in

xml-axis/java/samples/security/SignedSOAPEnvelope.java

canonicalMessage = c14n.canonicalizeDocument(doc);
                                    ^^^^^^^^
to

canonicalMessage = c14n.canonicalizeSubtree(doc);
                                    ^^^^^^^

I removed the deprecated canonicalizeDocument method without notifying
axis-dev, sorry.

Thanks,
Christian ([EMAIL PROTECTED])


--On Montag, 27. Mai 2002 13:08 +0000 Sam Ruby <[EMAIL PROTECTED]> wrote:

> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2002-05-27/xml-axis.html>


> [javac]
> /home/rubys/jakarta/xml-axis/java/samples/security/SignedSOAPEnvelope.jav
> a:152: cannot resolve symbol     [javac] symbol  : method
> canonicalizeDocument  (org.w3c.dom.Document)     [javac] location: class
> org.apache.xml.security.c14n.Canonicalizer     [javac]             byte[]
> canonicalMessage = c14n.canonicalizeDocument(doc);     [javac]
> ^
>     [javac] 1 error







Reply via email to