Re: regular expression getting corrupted

2008-10-09 Thread sebb
OK, thanks for confirming it's not a JMeter bug. On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: > Hello, > > IT WAS MY MISTAKE. I was overriding the first regular expresion with > another when I did a copy-paste. Sorry for your trouble and thanks > for your time. > > > > On Thu, Oct 9,

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
Hello, IT WAS MY MISTAKE. I was overriding the first regular expresion with another when I did a copy-paste. Sorry for your trouble and thanks for your time. On Thu, Oct 9, 2008 at 2:30 PM, sebb <[EMAIL PROTECTED]> wrote: > On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: >> I changed the

Re: regular expression getting corrupted

2008-10-09 Thread sebb
On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: > I changed the test. when I need I do the other reg ex, I created a > simple controller > so now > -REQUEST1 > ---reg ex VAR1 > -REQUEST2 > -SIMPLE CONTROLLER > REQUEST3 > --REG EX VAR 2 > REQUEST4(NOW V

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
Sorry, my mistake. Even with the simple controller, the first var1 is -1 On Thu, Oct 9, 2008 at 1:29 PM, sebb <[EMAIL PROTECTED]> wrote: > On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: >> The scenario >> >> SOAP REQUEST >> -regular expression (new variable VAR1) >> SOAP REQUEST USIN

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
I changed the test. when I need I do the other reg ex, I created a simple controller so now -REQUEST1 ---reg ex VAR1 -REQUEST2 -SIMPLE CONTROLLER REQUEST3 --REG EX VAR 2 REQUEST4(NOW VAR1 + VAR 2 ARE OK) The regular expressions are inside each request. So I dont und

Re: regular expression getting corrupted

2008-10-09 Thread sebb
On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: > The scenario > > SOAP REQUEST > -regular expression (new variable VAR1) > SOAP REQUEST USING VAR1 > SOAP REQUEST USING VAR1 > HTTP REQUEST > - regular expression( new variable VAR2) > SOAP REQUEST USING VAR1 + VAR2.(PROBLEM VAR1 is NO

regular expression getting corrupted

2008-10-09 Thread Jose Castro
The scenario SOAP REQUEST -regular expression (new variable VAR1) SOAP REQUEST USING VAR1 SOAP REQUEST USING VAR1 HTTP REQUEST - regular expression( new variable VAR2) SOAP REQUEST USING VAR1 + VAR2.(PROBLEM VAR1 is NOW -1, VAR2 is ok) What could be happening??? Thank you -