Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 28258 invoked from network); 10 Oct 2006 21:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 21:11:06 -0000 Received: (qmail 83669 invoked by uid 500); 10 Oct 2006 21:10:56 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 83650 invoked by uid 500); 10 Oct 2006 21:10:56 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 83634 invoked by uid 99); 10 Oct 2006 21:10:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 14:10:56 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ruchith.fernando@gmail.com designates 72.14.204.237 as permitted sender) Received: from [72.14.204.237] (HELO qb-out-0506.google.com) (72.14.204.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 14:10:54 -0700 Received: by qb-out-0506.google.com with SMTP id f30so657513qba for ; Tue, 10 Oct 2006 14:10:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DH9c2+h6aKLk4HVHeT9++HLEXi/Xcsuil9OayJG8ysZtuQtNE0OZKgxmS8CcIeofrVlDpvo4MR+/P10pNZHdt/Fk6mSOADqL9alHSd3Gq7cSmte1fCBOC4ElyXbvK9/LSEG5NKx6ORgUIImUjqpiQ0s+h+tJ383/RTkZiN9jaco= Received: by 10.90.119.15 with SMTP id r15mr4123148agc; Tue, 10 Oct 2006 14:10:33 -0700 (PDT) Received: by 10.90.70.4 with HTTP; Tue, 10 Oct 2006 14:10:33 -0700 (PDT) Message-ID: <559c463d0610101410m4f9ed023s389c1ec4c985aaa5@mail.gmail.com> Date: Wed, 11 Oct 2006 02:40:33 +0530 From: "Ruchith Fernando" To: axis-user@ws.apache.org, dims@apache.org Subject: Re: [Axis2] Convering DOM Element to OMElement In-Reply-To: <19e0530f0610101344u3ff8af39sf2679d3655b8a573@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3759.10.1.1.116.1160083580.squirrel@portal.emprisanetworks.com> <1258.10.1.1.116.1160160788.squirrel@portal.emprisanetworks.com> <4091.10.1.1.116.1160406960.squirrel@portal.emprisanetworks.com> <2125.10.1.1.116.1160495687.squirrel@portal.emprisanetworks.com> <559c463d0610101301w7fb064ceifbbd1bcf73e0c190@mail.gmail.com> <19e0530f0610101344u3ff8af39sf2679d3655b8a573@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N yep ...+1 to move these util methods to o.a.a2.util.XMLUtils Lets move the following : OMElement toOM(Element) Element toDOM(OMElement) Thanks, Ruchith On 10/11/06, Davanum Srinivas wrote: > Ruchith, > > Where can we add such helper methods? XMLUtils? > > -- dims > > On 10/10/06, Ruchith Fernando wrote: > > For $subject you can simply use the "toOM" method from the following: > > > > http://rafb.net/paste/results/0v6sJN53.html > > > > Thanks, > > Ruchith > > > > On 10/10/06, Sathija Pavuluri wrote: > > > Hello, > > > > > > I am trying to use the org.apache.rampart.util.Axis2Utils class from the > > > lastest nightly snapshot axis2-security-SNAPSHOT.jar to convert a DOM > > > element to OMElement. > > > > > > However, when I call the Axis2Utils.toOM(Element el) method it throws a > > > "NoClassDefFoundError org.apache.xml.security.utils.XMLUtils" > > > Where can I find this class? > > > > > > I did find "org.apache.ws.security.util.XMLUtils" class in the wss4j jar. > > > But it is still not the same as the one that Axis2Utils is looking for. > > > > > > I'd appreciate if someone could point to the right jar where this class > > > can be found. > > > > > > Thanks! > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > > > > > > -- > > www.ruchith.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org