Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 30222 invoked from network); 25 Nov 2004 23:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Nov 2004 23:43:03 -0000 Received: (qmail 34594 invoked by uid 500); 25 Nov 2004 23:42:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34557 invoked by uid 500); 25 Nov 2004 23:42:58 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 34541 invoked by uid 99); 25 Nov 2004 23:42:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from saturn.opentools.org (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 25 Nov 2004 15:42:58 -0800 Received: by saturn.opentools.org (Postfix, from userid 500) id 930663EF7; Thu, 25 Nov 2004 18:52:34 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 8B9A4F60F for ; Thu, 25 Nov 2004 18:52:34 -0500 (EST) Date: Thu, 25 Nov 2004 18:52:34 -0500 (EST) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: GBean now JMX free In-Reply-To: <1626D6C6-3F3B-11D9-B78A-000D93C5B79C@gluecode.com> Message-ID: References: <00413C06-3F2E-11D9-B78A-000D93C5B79C@gluecode.com> <57BD8ECE-3F34-11D9-B78A-000D93C5B79C@gluecode.com> <1626D6C6-3F3B-11D9-B78A-000D93C5B79C@gluecode.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 25 Nov 2004, Dain Sundstrom wrote: > In a word, yes. Okay, but in both MX4J 1.1.1 and JDK 1.5.0 documentation, the argument order for the constructor in question is: MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWriteable, boolean isIs) In the code I had trouble with, the second argument was "no description available", whereas after my fix, that's the third argument. If I've introduced a problem, I'm sorry, but I don't see it? Aaron