Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 55963 invoked from network); 4 Nov 2009 14:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 14:50:09 -0000 Received: (qmail 54566 invoked by uid 500); 4 Nov 2009 14:50:09 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 54520 invoked by uid 500); 4 Nov 2009 14:50:09 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 54510 invoked by uid 99); 4 Nov 2009 14:50:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 14:50:09 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.90.176.113] (HELO srv13.voiceagenetworks.com) (69.90.176.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 14:50:03 +0000 Received: from VantrixSrv02.voiceagenetworks.com ([172.16.1.105]) by srv13.voiceagenetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Nov 2009 09:49:42 -0500 Received: from VantrixSrv02.voiceagenetworks.com ([::1]) by VantrixSrv02.voiceagenetworks.com ([::1]) with mapi; Wed, 4 Nov 2009 09:49:42 -0500 From: Ghania Ferrag To: JMeter Users List Date: Wed, 4 Nov 2009 09:49:40 -0500 Subject: RE: TestBean Plugin Sample Thread-Topic: TestBean Plugin Sample Thread-Index: AcpcsuvMytMeSqz0SPSTtzB1eE6kiwAp1x+AAADcHuA= Message-ID: References: <25aac9fc0910280346i4b47541bve3f9c63b5492fe76@mail.gmail.com> <25aac9fc0911031024y76edb8f4g7591cad84a74fca6@mail.gmail.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 04 Nov 2009 14:49:42.0236 (UTC) FILETIME=[0AC349C0:01CA5D5E] It's working now, the only thing I did is to rename the property from metho= d2Invoke to methodToInvoke, and rebuild all, and then the Gui is displaying= properly !!!!=20 Really don't know what cause that but most important it is working, Thanks for your help, Regards, Ghania -----Original Message----- From: Ghania Ferrag [mailto:ghania.ferrag@vantrix.com]=20 Sent: Wednesday, November 04, 2009 9:26 AM To: JMeter Users List Subject: RE: TestBean Plugin Sample Hi Sebb, Yes I did make sure all getter/setters method names agree with the properti= es names. But Still have the same problem, even my property Group is not di= splayed in the GUI.. I wonder if there is something to do with the TestBean= interface. Any idea ? Thanks again for your response, Regards, Ghania -----Original Message----- From: sebb [mailto:sebbaz@gmail.com]=20 Sent: Tuesday, November 03, 2009 1:24 PM To: JMeter Users List Subject: Re: TestBean Plugin Sample On 02/11/2009, Ghania Ferrag wrote: > Hi Every One, > > I created a new sampler following the Making a TestBean Plugin for Jmete= r in How to write a plugin in Jmeter document, and when I run my project in= Eclipse, the new Sampler is there but the Sampler Gui don't show the name = of the properties as I entered them in my NewInvokerSamplerResources.prope= rties here is an example : > In my NewInvokerSamplerResources.properties file I have(just copied som= e lines from my property file) : > urlService.displayName=3DURL address > urlService.shortDescription=3DRemote server to connect to > method2Invoke.displayName=3DMethod Name > > And in the Gui of the new Sampler instead of displaying Method Name, it = displays method2Invoke, which is also the property of my HttpInvokerSampler= class > > Anything is missing ? why the labels in the Gui of the new added sampler= don't much what I have in the property file ? This is because of the way that JavaBeans work. You need to ensure that the get/set method names agree with the property names. > Thanks in advance for your responses, > > My Best Regards, > > Ghania > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org