Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 36310 invoked from network); 9 Jun 2009 21:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 21:52:23 -0000 Received: (qmail 98698 invoked by uid 500); 9 Jun 2009 21:52:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 98579 invoked by uid 500); 9 Jun 2009 21:52:32 -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 98005 invoked by uid 99); 9 Jun 2009 21:52:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 21:52:31 +0000 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; Tue, 09 Jun 2009 21:52:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4A91234C1F2 for ; Tue, 9 Jun 2009 14:52:07 -0700 (PDT) Message-ID: <819229132.1244584327935.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 14:52:07 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-4101) Conflict with multiple deployers for the same extension In-Reply-To: <920005275.1225141305169.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe updated AXIS2-4101: ------------------------------------- Fix Version/s: (was: 1.5) nightly > Conflict with multiple deployers for the same extension > -------------------------------------------------------- > > Key: AXIS2-4101 > URL: https://issues.apache.org/jira/browse/AXIS2-4101 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: nightly > Reporter: Jarek Gawor > Priority: Critical > Fix For: nightly > > > The axis2.xml contains the following entries for two deployers for the same extension: > class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/> > class="org.apache.axis2.deployment.TransportDeployer"/> > Once would think that any jar files found in the "servicejars" directory would be handled by the JAXWSDeployer and jar files found in the "transports" directory would be handled by the TransportDeployer. However, this is not implemented that way. In fact, the code assumes that there is only one Deployer for a given extension. So effectively the JAXWSDeployer will never be called/used. See AxisConfigBuilder.processDeployers() or DeploymentEngine.getDeployerForExtension(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.