In 16/11/2008, Ian Blavins <[EMAIL PROTECTED]> wrote: > G'day > > No worries. I will chase it some more. (Can't say I am surprised.) Tks >
The code to find the classes is in: org.apache.jmeter.protocol.java.config.gui.JavaConfigGui.createClassnamePanel() It looks for all classes that implement JavaSamplerClient. It throws away one internal class: JavaSampler$ErrorSamplerClient which is used to handle missing classes at run-time. But that does not apply here. I'd be interested to know what the problem is, in case there is some documentation update needed. > > > > Ian Blavins > Software performance specialist > . > TEMENOS > The Banking Software Company > . > PeopleBuilding 2, Maylands Av > Hemel Hempstead UK HP2 4NW > . > T: +44 (0) 1442 431 106 > E: [EMAIL PROTECTED] > . > www.temenos.com > > . > > > -----Original Message----- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Sunday, 16 November 2008 5:49 PM > To: JMeter Users List > Subject: Re: Something special about the name FunctionEvaluator ? > > On 16/11/2008, Ian Blavins <[EMAIL PROTECTED]> wrote: > > G'day > > > > > > > > Is there anything special about the name FunctionEvaluator as far as > > being a Java sampler goes ? > > > > No. > > > > > I have had and successfully used a Java sampler of that name for a long > > time. > > > > > > > > Now JMeter can't see it in the Classname drop down in the Java Request > > element. > > > > > > > > I've made sure JMeter is pointing to the correct library of compiled > > samplers, recompiled and re-migrated the sampler etc, etc. > > > > > > > > If I rename the class as, say, Evaluator, make no other changes, and > > compile it to the same lib/ext library, then Evaluator appears in the > > drop down. So it is not a question of the code failing to meet the > > interface standards for a Java sampler. > > > > > > > > This is jmeter 2.3.2 r665936. > > > > I just tried taking a copy of SleepTest and renaming it as > FunctionEvaluator - that worked fine in the current trunk build. > > It also worked fine when I created the class and added it to lib/ext > in a jar file using JMeter 2.3.2. There must be a problem with the jar > or the class. > > > > > > > > > > > > > > > > > Ian Blavins > > Software performance specialist > > > > . > > > > TEMENOS > > The Banking Software Company > > > > . > > > > PeopleBuilding 2, Maylands Av > > > > Hemel Hempstead UK HP2 4NW > > > > . > > > > T: +44 (0) 1442 431 106 > > E: [EMAIL PROTECTED] > > > > . > > > > www.temenos.com <http://www.temenos.com> > > > > . > > > > > > > > > > Disclaimer: > > If you have received this e-mail in error please notify the sender. > > Please note that any views or opinions presented in this e-mail are solely > > those of the author and do not necessarily represent those of TEMENOS. > > We recommend that you check this e-mail and any attachments against > viruses. > > TEMENOS accepts no liability for any damage caused by any malicious code > > or virus transmitted by this e-mail. > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > Disclaimer: > If you have received this e-mail in error please notify the sender. > Please note that any views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of TEMENOS. > We recommend that you check this e-mail and any attachments against viruses. > TEMENOS accepts no liability for any damage caused by any malicious code > or virus transmitted by this e-mail. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

