Re: problem with json path extractor

2016-10-21 Thread Roberto Braga
thank you all for the wonderfull jemeter and the prompt support Il 21/10/2016 21:09, Felix Schumacher ha scritto: Am 21.10.2016 um 11:54 schrieb Roberto Braga: I have attached a patch and two test cases, that show the behaviour for Regex and (modified) JSON Extractor. Is this patch already

Re: problem with json path extractor

2016-10-21 Thread Roberto Braga
I have attached a patch and two test cases, that show the behaviour for Regex and (modified) JSON Extractor. Is this patch already in the nightly build? -- "Ai sensi e per gli effetti della legge sulla tutela dei dati personali (D.lgs 196/2003), le informazioni contenute nella presente @mail

Re: problem with json path extractor

2016-10-20 Thread Roberto Braga
I think there is a bug in the file apache-jmeter-3.0-src/src/components/org/apache/jmeter/extractor/json/jsonpath/JSONPostProcessor.java at line 163, there is the else where i goes if only one match } else { // else just one value extracted Object obj = extractedValues.get(0);

Re: problem with json path extractor

2016-10-19 Thread Roberto Braga
in nightly build. Could you try it ? http://jmeter.apache.org/nightly.html If issue persists, can you create a demo Test plan using Java Request where you put the JSON in ResponseData and the JSON-PATH POST PROCESSOR that you use. Thank you On Mon, Oct 17, 2016 at 4:17 PM, Roberto Braga

problem with json path extractor

2016-10-17 Thread Roberto Braga
I'm having a problem not sure if it is a bug or not. Making the long story short. I use jmeter 3.0 and bundled json path extractor with some rest api to make subsequent calls with foreach. Lets say we have this scenario country api -> region api ->city api->shop list Get the country list and