Adding support for SOAP with Attachments and WSS-based token authentication

2009-09-01 Thread Daniel S. Haischt
Hi, in Apache OpenEJB we are now supporting several webservice security (WSS) features such as authentication based on the username token profile (using the WSS4J API). I'd appreciate if you could answer the following questions: 1) Does Apache JMeter support the OASIS Web Services Security (WS-

Re: Adding support for SOAP with Attachments and WSS-based token authentication

2009-09-01 Thread sebb
On 01/09/2009, Daniel S. Haischt wrote: > Hi, > > in Apache OpenEJB we are now supporting several webservice security > (WSS) features such as authentication based on the username token > profile (using the WSS4J API). I'd appreciate if you could answer the > following questions: > > 1) Doe

svn commit: r810000 - in /jakarta/jmeter/trunk/src: components/org/apache/jmeter/control/ components/org/apache/jmeter/modifiers/ components/org/apache/jmeter/visualizers/ core/org/apache/jmeter/teste

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 12:25:55 2009 New Revision: 81 URL: http://svn.apache.org/viewvc?rev=81&view=rev Log: Generics fixes Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/control/ModuleController.java jakarta/jmeter/trunk/src/components/org/apache/jmeter/

svn commit: r810030 - in /jakarta/jmeter/trunk/src: components/org/apache/jmeter/visualizers/ protocol/http/org/apache/jmeter/protocol/http/control/ protocol/http/org/apache/jmeter/protocol/http/proxy

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 13:35:05 2009 New Revision: 810030 URL: http://svn.apache.org/viewvc?rev=810030&view=rev Log: Remove unused method (getGuiClass) Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/SplineModel.java jakarta/jmeter/trunk/src/protocol/h

svn commit: r810034 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 13:41:23 2009 New Revision: 810034 URL: http://svn.apache.org/viewvc?rev=810034&view=rev Log: Now override parent method Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java Modified: jakarta/jmeter/tr

svn commit: r810036 - in /jakarta/jmeter/trunk: src/jorphan/org/apache/jorphan/math/ src/monitor/components/org/apache/jmeter/monitor/util/ src/monitor/model/org/apache/jmeter/monitor/model/ src/proto

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 13:41:58 2009 New Revision: 810036 URL: http://svn.apache.org/viewvc?rev=810036&view=rev Log: Generics fixes Modified: jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/math/NumberComparator.java jakarta/jmeter/trunk/src/monitor/components/org/apache/jmet

svn commit: r810069 - in /jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/property: AbstractProperty.java JMeterProperty.java NumberProperty.java

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 14:25:10 2009 New Revision: 810069 URL: http://svn.apache.org/viewvc?rev=810069&view=rev Log: Generics fixes Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java jakarta/jmeter/trunk/src/core/org/apache/jmeter

svn commit: r810074 - /jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/DistributionGraph.java

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 14:34:44 2009 New Revision: 810074 URL: http://svn.apache.org/viewvc?rev=810074&view=rev Log: Fix error caused by genericising NumberComparator Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/DistributionGraph.java Modified: jakarta

Trying to implement a Step test

2009-09-01 Thread Joel L
We are doing investigations on how to implement a Step Test (Run with Threads = 1, then 3, then..15) It appears as if the ThreadGroup is not that dynamic. Once it's configured, it just goes. We are using Silk in some performance testing, but we want to use JMeter to automate the Silk. Silk h

svn commit: r810272 - /jakarta/jmeter/trunk/xdocs/stylesheets/project.xml

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 22:11:04 2009 New Revision: 810272 URL: http://svn.apache.org/viewvc?rev=810272&view=rev Log: Add Foundation links (ASF, Sponsorship, Thanks) Modified: jakarta/jmeter/trunk/xdocs/stylesheets/project.xml Modified: jakarta/jmeter/trunk/xdocs/stylesheets/project.xm

svn commit: r810277 - /jakarta/jmeter/branches/doc-v2_3_4/

2009-09-01 Thread sebb
Author: sebb Date: Tue Sep 1 22:15:28 2009 New Revision: 810277 URL: http://svn.apache.org/viewvc?rev=810277&view=rev Log: Create doc branch Added: jakarta/jmeter/branches/doc-v2_3_4/ - copied from r810276, jakarta/jmeter/tags/v2_3_4/ -

Re: Trying to implement a Step test

2009-09-01 Thread sebb
On 01/09/2009, Joel L wrote: > > We are doing investigations on how to implement a Step Test (Run with Threads > = 1, then 3, then..15) > > It appears as if the ThreadGroup is not that dynamic. Once it's configured, > it just goes. We are using Silk in some performance testing, but we want