Return-Path: Delivered-To: apmail-jakarta-jmeter-dev-archive@www.apache.org Received: (qmail 20119 invoked from network); 6 Oct 2004 03:04:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Oct 2004 03:04:50 -0000 Received: (qmail 18242 invoked by uid 500); 6 Oct 2004 03:04:29 -0000 Delivered-To: apmail-jakarta-jmeter-dev-archive@jakarta.apache.org Received: (qmail 18124 invoked by uid 500); 6 Oct 2004 03:04:26 -0000 Mailing-List: contact jmeter-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Developers List" Reply-To: "JMeter Developers List" Delivered-To: mailing list jmeter-dev@jakarta.apache.org Received: (qmail 17986 invoked by uid 500); 6 Oct 2004 03:04:18 -0000 Received: (qmail 17962 invoked by uid 99); 6 Oct 2004 03:04:14 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 05 Oct 2004 20:04:11 -0700 Received: (qmail 19695 invoked from network); 6 Oct 2004 03:03:08 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 6 Oct 2004 03:03:08 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: jakarta-jmeter-cvs@apache.org To: jakarta-jmeter-cvs@apache.org Subject: =?iso-8859-1?q?=5BApache_JMeter_Wiki=5D_New=3A__EJB_Sampler?= Date: Wed, 06 Oct 2004 03:03:08 -0000 Message-ID: <20041006030308.19691.98552@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-10-05T20:03:08 Editor: PeterLin Wiki: Apache JMeter Wiki Page: EJB Sampler URL: http://wiki.apache.org/jakarta-jmeter/EJB Sampler no comment New Page: Here is my current thoughts for the EJB sampler. I haven't written EJB's in= a long time, so I am a bit rusty. Some of it may not make sense, but hopef= ully it will provide food for thought. 1. sampler to test statefull session 2. sampler to test stateless session Both samplers will use EJBLocal and simulate the process of a request getti= ng data from the middle-tier. I haven't worked out the exact details yet, b= ut I was thinking there should be a ejbmanager, similar to authmanager. thi= s way, the ejblocal is reused. Doing a context lookup every single time is = a bit silly, so keeping the ejblocal and reusing makes much more sense. peter --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org