Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 40341 invoked from network); 7 Jul 2006 22:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 22:47:41 -0000 Received: (qmail 7340 invoked by uid 500); 7 Jul 2006 22:47:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7255 invoked by uid 500); 7 Jul 2006 22:47:19 -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 7199 invoked by uid 99); 7 Jul 2006 22:47:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 15:47:19 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sanketsharma@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 15:47:05 -0700 Received: by ug-out-1314.google.com with SMTP id h2so327294ugf for ; Fri, 07 Jul 2006 15:46:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rRRA3MUnqF1vJ3ecop0GIvnjiSEZVYQlZiExxmnUGnRv74mIJYhbxj2lb8itBWIItrmNoRLZyaP6ZPJhDG87ooXuOra0AaRPj8ywEzXCZQr1T3oxWAnJ9AndqreFjBz9vM3HStmIFdhTPitpKm+lw0fjyqbi+aKqTxTcIgrJWWI= Received: by 10.78.159.7 with SMTP id h7mr906700hue; Fri, 07 Jul 2006 15:46:38 -0700 (PDT) Received: by 10.78.26.16 with HTTP; Fri, 7 Jul 2006 15:46:37 -0700 (PDT) Message-ID: Date: Sat, 8 Jul 2006 04:16:38 +0530 From: "Sanket Sharma" To: dev@geronimo.apache.org Subject: Derby JMX and Geronimo MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I don't know if this is the right place to talk about this, but I'm working on adding JMX to derby. I had certain doubts in mind regarding the whole GBean and MBean thing (I'm sure this would have been asked several times before). Will my calls to ManagementFactory.getPlatformMBean() work inside Geronimo? I dont see a reason for them to not work, but just wanted to confirm. Further, what is there an interoperability between GBeans and MBeans? Can I expose my MBeans from inside an GBean to expose the management/monitoring interface or do I need to code some extra stuff?? If I have a Derby jar with JMX built into it, will it break Geronimo's code? Any help will be greatly appriciated. Best Regards, Sanket Sharma On 7/7/06, John Sisson wrote: > In the "Derby library does not have line number debug information" mail > thread [1] a few weeks ago I asked whether people wanted to upgrade to > the Derby 10.1.3 maintenance release [2]. > > David Jencks was the only person who mentioned it should go in the 1.1.1 > release but did not hear any objections from others. If anyone > disagrees with this plan, please speak up before I start looking into > this next week. > > John > > [1] http://www.mail-archive.com/dev@geronimo.apache.org/msg25051.html > [2] > http://mail-archives.apache.org/mod_mbox/db-derby-user/200607.mbox/%3c54ac72d70607051635r10e5e113u38b7993d6d677fc8@mail.gmail.com%3e > >