Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17491 invoked from network); 14 Jul 2008 13:17:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 13:17:53 -0000 Received: (qmail 10151 invoked by uid 500); 14 Jul 2008 13:17:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10086 invoked by uid 500); 14 Jul 2008 13:17:52 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 10075 invoked by uid 99); 14 Jul 2008 13:17:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 06:17:52 -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; Mon, 14 Jul 2008 13:17:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7362234C16B for ; Mon, 14 Jul 2008 06:17:31 -0700 (PDT) Message-ID: <1460566585.1216041451679.JavaMail.jira@brutus> Date: Mon, 14 Jul 2008 06:17:31 -0700 (PDT) From: "Sainath Chowdary (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMODEVTOOLS-434) Query Dynamic Information from Server using JMX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Query Dynamic Information from Server using JMX ----------------------------------------------- Key: GERONIMODEVTOOLS-434 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-434 Project: Geronimo-Devtools Issue Type: Sub-task Components: eclipse-plugin Affects Versions: 2.1.2, 2.1.x Reporter: Sainath Chowdary Assignee: Sainath Chowdary Fix For: 2.1.2, 2.1.x Enabling GEP to query server for dynamic information on the lines of Plancreator using a JMXConnectionFactory. Querying dynamic information has already been done but having a Servlet on server side that sends data to GEP. This has severe exceptions when a old server is added or custom server assemblies are added to GEP which wont have the particular servlet added. Instead use JMX from GEP to retrieve the dynamic information (EJB, EJB Local, JDBC Connection Pool, JavaMail Session, JMS Connection Factory and JMS Destination references) from Server. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.