Re: JMS Point-to-point escapes content XML characters

2008-12-11 Thread Ronald Van de Kuil
g:m 462D3822 3F3E0A3C 63646D6D 73673A6D I must admit that I am not using the latest version but it could still be the underlying jms implemention that escapes the XML messages. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! Jakub Pastuszek <

Re: How to attach a file along with a request?

2008-11-19 Thread Ronald Van de Kuil
Well, I can affirm that I use JMeter to post one or more files using a HTTP Post. It would indeed be a good idea to enable debug using: Help > Enable debug, and to examine the jmeter.log And a result tree listener would indeed also be handy. Met Vriendelijke Groet, Ronald van de Kuil St

Re: How to attach a file along with a request?

2008-11-18 Thread Ronald Van de Kuil
Presumably you are using the POST type? Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! Srinivasulu <[EMAIL PROTECTED]> 18-11-2008 14:26 Please respond to "JMeter Users List" To jmeter-user@jakarta.apache.org cc Subject How

pause functionality

2008-10-20 Thread Ronald Van de Kuil
? The beanshell can perhaps be a workaround ... I could try adding a modal JOptionPane with a beanshell postprocessor ... does anyone have any comments? Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! Tenzij hierboven anders aangegeven: / Unless

RE: response of one test as request to another test

2008-08-13 Thread Ronald Van de Kuil
parse the result. You can do this in the same section of java code. Next, use the variable ${THEGOODIE} in your next request. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! "Krishnamoorthy, Rajadurai" <[EMAIL PROTECTED]> 12-08-

Re: response of one test as request to another test

2008-08-12 Thread Ronald Van de Kuil
You could store the response into a variable using the beanshell. In the next request you could use the variable. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! "Krishnamoorthy, Rajadurai" <[EMAIL PROTECTED]> 12-08-2008 16:1

Re: jmeter Test Plan against a Swing App Client?

2008-08-11 Thread Ronald Van de Kuil
Hello, You could try marathon which can test swing applications. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! sebb <[EMAIL PROTECTED]> 11-08-2008 02:30 Please respond to "JMeter Users List" To "JMeter Users List&quo

Re: SOAP RPC Call.USERNAME & PASSWORD Properties

2008-07-31 Thread Ronald Van de Kuil
0 Hope this helps Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! qjocksux <[EMAIL PROTECTED]> 28-07-2008 21:41 Please respond to "JMeter Users List" To jmeter-user@jakarta.apache.org cc Subject SOAP RPC Call.USERNA

Re: Use of org.programmerplanet.ant.taskdefs.jmeter.JMeterTask

2008-07-29 Thread Ronald Van de Kuil
Hello, I just checked and I use jmeter-results-detail-report_21.xsl in combination with jmeter 2.3.1. And there I have got the NaN value as wel in the min and max time columns :( Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! 75blured

Re: Use of org.programmerplanet.ant.taskdefs.jmeter.JMeterTask

2008-07-29 Thread Ronald Van de Kuil
Hello, I do. What is the question? Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! 75blured <[EMAIL PROTECTED]> 28-07-2008 18:08 Please respond to "JMeter Users List" To JMeter Users List cc

JMeter Response Only

2008-07-24 Thread Ronald Van de Kuil
how the message should be retrieved: the first in the queue; the last in the queue; or a message with particular correlation id or identifier; browse or get mode ... Am I missing some aspects out here? Met Vriendelijke Groet, Ronald van de Kuil P.S. I replaced the following line in the JMSConfigGui

Re: How to build JMeter Packages by using ant?

2008-07-24 Thread Ronald Van de Kuil
. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! "Chen, Kurt" <[EMAIL PROTECTED]> 24-07-2008 04:54 Please respond to "JMeter Users List" To "JMeter User" cc Subject How to build JMeter Packages by using an

Re: JMS in combination with authentication

2008-07-22 Thread Ronald Van de Kuil
? Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! sebb <[EMAIL PROTECTED]> 22-07-2008 14:57 Please respond to "JMeter Users List" To "JMeter Users List" cc Subject Re: JMS in combination with authentication

RE: JMS in combination with authentication

2008-07-22 Thread Ronald Van de Kuil
equivalent code in the JMSSampler. Perhaps IBM MQSeries uses different properties for the user and the password but I am not very knowledgeable in this area. I am confused about what to do next. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!!

Re: SQL call returns header as the first line

2008-07-21 Thread Ronald Van de Kuil
Hello Jose, You probably get the result back as something as: COUNT 236 You could process this result with a BeanShell Post processor. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! sebb <[EMAIL PROTECTED]> 17-07-2008 23:57 Please r

RE: JMS in combination with authentication

2008-07-21 Thread Ronald Van de Kuil
Hello Adrian, Thankx for the answer. I will let you know when I get it to work. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! "Fitzpatrick, Adrian" <[EMAIL PROTECTED]> 17-07-2008 19:22 Please respond to "JMeter User

JMS in combination with authentication

2008-07-17 Thread Ronald Van de Kuil
get it to supply the user and password. Like as in: public QueueConnection createQueueConnection(String userName, String password) throws JMSException Can anyone advise me on what to do next? Thanx / Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY

Re: [ANNOUNCE] JMeter 2.3.2 has been released

2008-06-16 Thread Ronald Van de Kuil
wow an impressive change list .. not a trivial achievement! ... and my feature request got implemented. thanx! Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! "David CastaƱeda" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTE

Re: How do I turn a failed request green?

2008-06-10 Thread Ronald Van de Kuil
percentage per URL. I hope this helps. Met Vriendelijke Groet, Ronald van de Kuil Stuck in the past somewhere in the future? NO WAY!!! Ivan Rodriguez <[EMAIL PROTECTED]> 10-06-2008 16:22 Please respond to "JMeter Users List" To JMeter Users List cc Subject How do I turn a fail