Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 38758 invoked from network); 21 Mar 2007 12:39:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 12:39:04 -0000 Received: (qmail 36896 invoked by uid 500); 21 Mar 2007 12:39:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 36820 invoked by uid 500); 21 Mar 2007 12:39:07 -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 36795 invoked by uid 99); 21 Mar 2007 12:39:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 05:39:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 05:38:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B842714042 for ; Wed, 21 Mar 2007 05:38:33 -0700 (PDT) Message-ID: <25493268.1174480713427.JavaMail.jira@brutus> Date: Wed, 21 Mar 2007 05:38:33 -0700 (PDT) From: "Eduardo Costa (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2643) Allow developers and/or deployers deactivate JMX setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Allow developers and/or deployers deactivate JMX setup ------------------------------------------------------ Key: AXIS-2643 URL: https://issues.apache.org/jira/browse/AXIS-2643 Project: Axis Issue Type: Improvement Components: Deployment / Registries Affects Versions: 1.4 Environment: Any. Reporter: Eduardo Costa I'm trying to deploy an application (Liferay Portal) in a shared JBoss instance, but I got a serious problem with Axis: In org.apache.axis.transport.http.AxisServlet.init() there's a call to org.apache.axis.management.ServiceAdmin.setEngine(...). It uses org.apache.axis.management.Registrar to register 3 JMX beans with hardcoded objectnames. If another web application is deployed on the same server, there's an obvious name clash. My suggestion: add an servlet context option "RegisterMBean", default false, and an option "MBeanBaseObjectName", default "axis". This allows both developer and deployer to setup MBeans according to their own naming rules. Developer can use "RegisterMBean" and "MBeanBaseObjectName" to define it, and deployer can use Application Server features (like JBoss SAR files). I'll change code and attach a patch ASAP. -- 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