Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 45915 invoked from network); 16 May 2006 14:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 14:48:25 -0000 Received: (qmail 23178 invoked by uid 500); 16 May 2006 14:48:15 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 23160 invoked by uid 500); 16 May 2006 14:48:15 -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 23148 invoked by uid 99); 16 May 2006 14:48:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 07:48:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ebaykunde@arcor.de designates 151.189.21.45 as permitted sender) Received: from [151.189.21.45] (HELO mail-in-05.arcor-online.net) (151.189.21.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 07:48:13 -0700 Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 2626A13E8E3 for ; Tue, 16 May 2006 16:47:52 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 16EF9279CB7 for ; Tue, 16 May 2006 16:47:52 +0200 (CEST) Received: from Acer (unknown [217.89.119.227]) (Authenticated sender: bond0815@arcor.de) by mail-in-07.arcor-online.net (Postfix) with ESMTP id CC25E168726 for ; Tue, 16 May 2006 16:47:51 +0200 (CEST) From: To: Subject: AW: [Axis2] Migration Date: Tue, 16 May 2006 16:48:14 +0200 Message-ID: <002d01c678f7$c3245030$dc0ba8c0@Acer> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ48OLZOXnH3QB2TlG8a2dGqSDIFQABZxLw In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, your answer helped me a lot. Thanks!! > 1. We've found that the Ant task needs the jars inside the ant lib > folder so the easiest solution will be to copy the axis2 lib into the > ant lib directory. do an ant -diagnostics and see whether ant has > picked up the classes just to be sure :) I use Eclipse, so I had added the libraries in Preferences | Ant | Runtime | Classpath and now it works. I don't understand why this is now necessary because in Axis 1 this was not needed. > 2. Our ant task is somewhat primitive so it does not allow the > mappings to be nested as in the old ant task. As for the attribute > please include the string "namespace=package" seperated by commas. > > example > namespacetopackages="urn:myNamespace=org.me,http://myns=org.myns" /> This works for me. > We do understand that this needs to be improved. We'll soon improve > the ant task, to the user friendly level of the Axis1 ant task Do you know approximately the next release date? > 3. oops ! we do not support getting the username,password through the > messagecontext directly. In the servlet case you'll need to access the > Constants.Configuration.TRANSPORT_IN_URL property in the message > context to get the request URL I can't follow you in this point. Do you mean it is not possible to get username, password and IP address in an Axis 2 Handler class. In Axis 1.2.4 I used this to implement logging and authentication. I really need this feature. Regards, Ralph