Hello guys, I've been trying to use the Scraper with the Camel component. I tried to run a test code in Karaf but I get this error: https://i.imgur.com/ABAWJ8l.png
The TagData class is used to store the Alias, Query and Values of the tags we want to read. In order to use it with the Scraper, I need a Map<String,String> with the aliases and queries. So I added this static method: https://i.imgur.com/CxplPOr.png And as you can see it fails at line 121. If anyone has a clue how to solve this, it would be very helpful! :) Etienne