Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm actually trying to use this component with json schemas defined in the resources of the repository but nothing works.
Does anyone already used it?
I tried "resource://jsonSchema.json" and having the resource added in the dependancies of the route, nothing works
ok the solution was to add "classpath:" at the beginning.
classpath:json_schema.json
Now i have issues with using the logs created
Hello,
We are supposing that you've checked this online component reference about:
Would you mind posing your trouble screenshots here which will be helpful for us to check your configuration and setting. Please mask your sensitive data as well.
Best regards
Sabrina
hello,
Yes i've read it, but i'm using a specific talend functionality here, the resources
I tried every conf possible, no success:
java.lang.IllegalArgumentException: Cannot find a ResourceResolver in classpath supporting the scheme: resource
So i think i don't use the component well. But i need to use resource of repository, and if possible without creating a local file based on the content of the json.
ok the solution was to add "classpath:" at the beginning.
classpath:json_schema.json
Now i have issues with using the logs created