I wish I could say yes, but I am still learning Java on top of doing my job as QA here....thanks for the offer though.
I would be more than happy to help out with the testing of the plugin protocol when you do get it done and offer any feedback as necessary. I will let you all know if I find a solution to my problem following the OpenSTA route or with JUnit... Thanks, Fred -----Original Message----- From: Scott Coleman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:33 AM To: 'JMeter Users List' Subject: RE: uploading stress testing questions Hi Fred Do you want to develop any code ? If so i am checking in a plugin protocol this week into JMeter. It lets you run a method in a class that implements a predefined interface using the JMeter container. If you are happy to develop the code that posts the message/document to the ejb then you could use this plugin protocol. Please let me know if you are interested, or i may not check the code in until next week. But please note this is the first iteration of the plugin protocol. Regards Scott -----Original Message----- From: Fred Yoo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 2:45 PM To: '[EMAIL PROTECTED]' Subject: uploading stress testing questions I can't say whether I am in the right place to ask this question, but I was wondering if this list couldn't provide support if someone could point me in the right direction... My company has a Java (EJB) application with a front-end site, the server on the back-end takes in POSTS from clients that have Java agents running on them. The upload that these agents POST is a partially formed XML document. We have provided hooks into the beans so that when we receive the partial XML file, we then merge it into our parent skeleton and then verify it against our DTD. My original intention was to use JMeter to mimic the role of these agents performing their POST, over 8080 or 8443, and then to provide some metrics based on the performance of our web server. The only problem is that JMeter doesn't seem to be 'seeing' any of these posts, and I think that it is just ignoring it since it is a malformed XML file. I can't send a valid XML file because the DTD will spit out an error saying it is an invalid XML file with dual headers. I think that with most load/performance testing software, I will be running into the same problem. Is there something out there that anyone knows of, or a way to configure JMeter to work with this particular project, outside of just sending a whole bunch of POSTS from a script file and then testing the load with a perfmon on the server measuring packets in a Win2K environment or Solaris? Any help would be greatly appreciated, and if anything is unclear please let me know! Fred -- 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

