Return-Path: Delivered-To: apmail-ws-kandula-dev-archive@www.apache.org Received: (qmail 21562 invoked from network); 12 Jul 2007 12:07:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 12:07:36 -0000 Received: (qmail 85763 invoked by uid 500); 12 Jul 2007 12:07:38 -0000 Delivered-To: apmail-ws-kandula-dev-archive@ws.apache.org Received: (qmail 85735 invoked by uid 500); 12 Jul 2007 12:07:38 -0000 Mailing-List: contact kandula-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list kandula-dev@ws.apache.org Received: (qmail 85724 invoked by uid 99); 12 Jul 2007 12:07:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:07:38 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=DNS_FROM_AHBL_RHSBL,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of thedarkdestructor@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:07:33 -0700 Received: by an-out-0708.google.com with SMTP id c17so24015anc for ; Thu, 12 Jul 2007 05:07:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=gAANKSmiicJnTI/utllOrviwKVXBZYCo3YKb0GySj+ZxQpx8hhpxFt0kVeM6faHSEylCTTG2eWpqUtiPvvhS18xeBbH1gtp2210VDVR9n9IJndo3OPtoIP52lBqVsqgDjQJXnuYP3X1xzzxlu8wvXWplzF1nzSHI26pavj+gNo8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QhNOQ5oAP3SjCVgq1h6/csS8KT0od2jIRzdW//MKdaPIIyRSlSIn23fqcYn7JnYA0sxPPAXYDUsltn16ABbk2otAPdPAKObzemKHAk5oUBHt4ubaN3ikgZsxk+rNmWcBmzRVSNjRNs9mOetopBqV8l8HQwwlHmwmC15C7ElmLVc= Received: by 10.100.10.20 with SMTP id 20mr247164anj.1184242033378; Thu, 12 Jul 2007 05:07:13 -0700 (PDT) Received: by 10.100.137.3 with HTTP; Thu, 12 Jul 2007 05:07:13 -0700 (PDT) Message-ID: <605d14910707120507p7d9a4cbfwa5d302b3870ade75@mail.gmail.com> Date: Thu, 12 Jul 2007 14:07:13 +0200 From: "Andrea Santi" To: kandula-dev@ws.apache.org Subject: How build kandula2 for axis2.An installation guide exist? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25820_20295426.1184242033356" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_25820_20295426.1184242033356 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, i'm trying to build kandula2 for use it with axis2. I'm using the version of axis2 distribuited by the .war file. I have installed maven 2.0.7 and apache ant 1.7. I have checkout the project form the svn repository and put into a eclipse project.I have added to the project all the axis's lib but in the project there are still a lot of not found import like " org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext_type3" or "import org.oasis_open.docs.ws_tx.wscoor._2006._06.Register;". Some class import also some java file like " org.apache.kandula.wscoor.RegistrationServiceStub" that dosen't exist in the package of the project i have checked out. I would like to know if the source i got are the right ones or if there are some other library that need to be added. I've tried too to build the project with maven or ant but that cause other errors because there aren't the buil.xml and the pom.xml files. Can anyone tell me the resons of this problems and if is possible give me a list of the things to do for build and run kandula2 with axis2? Thanks a lot for the attention. ------=_Part_25820_20295426.1184242033356 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
i'm trying to build kandula2 for use it with axis2.
I'm using the version of axis2 distribuited by the .war file.
I have installed maven 2.0.7 and apache ant 1.7.
I have checkout the project form the svn repository and put into a eclipse project.I have added to the project all the axis's lib but in the project there are still a lot of
not found import like "org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext_type3" or "import org.oasis_open.docs.ws_tx.wscoor._2006._06.Register;".
Some class import also some java file like "org.apache.kandula.wscoor.RegistrationServiceStub" that dosen't exist in the package of the project i have checked out.
I would like to know if the source i got are the right ones or if there are some other library that need to be added.

I've tried too to build the project with maven or ant but that cause other errors because there aren't the buil.xml and the pom.xml files.

Can anyone tell me the resons of this problems and if is possible give me a list of the things to do for build and run kandula2 with axis2?

Thanks a lot for the attention.

------=_Part_25820_20295426.1184242033356--