jmeter « ejb « Java Enterprise Q&A





1. Contributing EJB sampler    jmeter.512774.n5.nabble.com

I have developped an EJB Sampler for JMeter. It actually enables to sample request to Session Bean in a very simple way. It is working well now and I would like to offer it to the community. It was developped from the trunk branch and it includes the following : * a new ...

2. Help on Test EJB server with Java Request    jmeter.512774.n5.nabble.com

There are some problem when I tried to test an EJB server with JMeter. The EJB container is Jboss. The scenario is : 1. write a Class extends AbstractJavaSamplerClient, and override the runTest() method. In the method, I lookup the EJB bean. Put the jar to %jmeter_home%/lib/ext 2. Put the EJB business related jar to %jmeter_home%/lib/ext 3. Put the jnp-client.jar to ...

3. RE: Contributing EJB sampler    jmeter.512774.n5.nabble.com

Hi, I have just faxed the CCLA to the Apache Foundation and I am ready to contribute the Session Sampler to the project. There are also a few enhancements and bug fixes, some of which I have already submited through Bugzilla, that are needed to have the whole work. Let me present the ...