Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52898 invoked from network); 13 Mar 2008 02:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 02:01:21 -0000 Received: (qmail 47177 invoked by uid 500); 13 Mar 2008 02:01:16 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 46813 invoked by uid 500); 13 Mar 2008 02:01:15 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 46802 invoked by uid 99); 13 Mar 2008 02:01:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 19:01:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 02:00:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44500234C095 for ; Wed, 12 Mar 2008 18:59:46 -0700 (PDT) Message-ID: <2093756890.1205373586278.JavaMail.jira@brutus> Date: Wed, 12 Mar 2008 18:59:46 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3026) New AxisConfigurator that operates within the aar file In-Reply-To: <7664072.1185500703577.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578117#action_12578117 ] Davanum Srinivas commented on AXIS2-3026: ----------------------------------------- someday.... thanks, dims > New AxisConfigurator that operates within the aar file > ------------------------------------------------------ > > Key: AXIS2-3026 > URL: https://issues.apache.org/jira/browse/AXIS2-3026 > Project: Axis 2.0 (Axis2) > Issue Type: Wish > Components: kernel > Affects Versions: nightly > Environment: Not specific > Reporter: Mark Badorrek > Assignee: Deepal Jayasinghe > > Currently there are several AxisConfigurators: > FileSystemConfigurator > URLBasedAxisConfigurator > etc > I feel that we also need an AxisConfigurator that can read an axis_client.xml file and client repository that are stored in the aar file. This would allow an axis service to make client-calls to other axis services using different configurations from the parent configuration. > For example: > I have an axis service 'foo' that is a plain old websevice - nothing special. Now consider that it has been invoked by a client. > 'foo' must now make a couple of webservice calls of its own, but this time it will (for example) engage 'rampart' and disengage'addressing' for both of its client calls. As such each configuration will have its own rampart callback classes etc. > Currently there is no way to include the required 'client1_axis2.xml', client1_repository', 'client2_axis2.xml', client2_repository', within the aar file and have them loaded. > I'd like to see an 'ServiceClassloaderAxisConfigurator' to allow these artifacts to be stored within the aar file so that the entire 'foo' webservice is a single file deploy. > The 'client1_AxisConfiguration' and 'client1_AxisConfiguration' should also be cached as there is a high probability that they will be required agin and again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org