I would assume your classes are causing an exception when JMeter tries to run the test, and this causes it to fail, and thus JMeter reports to the user that the function (start) isn't yet implemented. If there is such an exception, it should be printed to the console. If not, then you have a little detective work to do to find where the exception is thrown.
-Mike > -----Original Message----- > From: Alain Delafosse [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 9:04 AM > To: JMeter Developers List > Subject: New > > > Hello > I'm currently developping a new test client for > WeblogicEntreprise (CORBA). > I followed the processus as described in documentation > (extending jmeter) > and in the glezen HTML Page (http://glezen.org/jmext.html). > > When i test, i receive a pop up box "Sorry, this feature > (start) not yet > implemented". > > I probably missed something but what ?? > Is it mandatory to implement an handler class ??? > > Thanks > Alain > ______________________________________________ > Alain DELAFOSSE mailto:[EMAIL PROTECTED] > Objet Direct http://www.objetdirect.com > GRENOBLE: Les Iles Cord�es 38113 VEUREY-VOROIZE > Tel 04 76 53 72 72 Fax 04 76 53 72 77 > PARIS: 38 Rue Copernic 75116 PARIS > Tel 01 40 67 69 09 Fax 01 40 67 69 08 > ______________________________________________ > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
