ATLANTBH / jmeter-components

Apache jMeter components
Apache License 2.0
78 stars 51 forks source link

Filter expressions with JSON path extractor plugin are not working #8

Closed koyabhargavi closed 9 years ago

koyabhargavi commented 10 years ago

I am using JMeter 2.11 with JSON path extractor plugin version 1.1.2. When I specify the filter expression in the JSON path, result is always coming as NULL. here is my expression: $.configs[?(@.config.ssid=='SampleWifi1')].config.id here is my json response: { "configs": [ { "config": { "id": 1, "configType": "WiFi", "autoJoin": true,
"ssid": "SampleWifi1" } }, { "config": { "id": 2, "configType": "WiFi", "autoJoin": true,
"ssid": "SampleWifi2" } } ] }

gitHubli commented 9 years ago

I compiled It,but report [ERROR] Failed to execute goal on project atlantbh-components: Could not resolve dependencies for project com.atlantbh.jmeter:atlantbh-components:jar:1.1.0-SNAP SHOT: The following artifacts could not be resolved: org.apache.hadoop:hadoop-co re:jar:0.20.2-cdh3u0, org.apache.hbase:hbase:jar:0.90.1-cdh3u0: Could not find a rtifact org.apache.hadoop:hadoop-core:jar:0.20.2-cdh3u0 in nexus (http://192.168 .1.102:443/nexus/content/groups/public) -> [Help 1] anyone help me?

dduvnjak commented 9 years ago

@gitHubli make sure you have access to Cloudera's Maven repository, specifically: https://repository.cloudera.com/artifactory/public/org/apache/hadoop/hadoop-core/0.20.2-cdh3u0/

If you have access and the problem persists, please open a new issue with more details and somebody will take a look.

Thanks.