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 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 understand
>>  why the conflict.  The should only affect that particular request.
>>
>
> Yes, if they are added as children then they will only apply to the
> parent sampler.
>
>>  I now they are different because all the other variables are ok. But
>>  now I am even more confuse because I call 3 more reg_ex. Each one on a
>>  different request. I they are all OK.  the only one missing is the
>>  first one.
>
> Is it possible that something else is using the same variable name?
> For example a counter or User Parameter - all variables share the same
> namespace.
>
> You could try renaming the first variable to something completely different.
>
>>  I could send the jmx file
>
> If renaming the variable does not work, then feel free to email me the
> JMX privately (please don't send it to the list).
>
>>
>>
>>
>>
>>  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 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???
>>  >>
>>  >
>>  > Try adding some Debug Samplers to the test.
>>  >
>>  > Are you sure the RE Extractor is only being applied to the appropriate 
>> samplers?
>>  > Remember that Post-Processors apply to all samplers in scope.
>>  >
>>  > Are you sure that you are using different names? Remember that the RE
>>  > uses the name as a prefix.
>>  >
>>  >>
>>  >>  Thank you
>>  >>
>>  >>  ---------------------------------------------------------------------
>>  >>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  >>  For additional commands, e-mail: [EMAIL PROTECTED]
>>  >>
>>  >>
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  > For additional commands, e-mail: [EMAIL PROTECTED]
>>  >
>>  >
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to