Sergey Novikov

Results 22 comments of Sergey Novikov

@slavaschmidt, thanks for looking into it. Behavior has changed in 0.2.0. Before, such errors were ignored and language property was `null`. Now it throws `play.api.libs.json.JsResultException`, which is still not optimal....

Hm, actually my fix not going to work anymore, because `JsResultException` is thrown before validation (makes sense). Any idea how to handle it? Right now it's error 500 - internal...

> Exactly! Everything which is required is by definition not allowed to be null without additional validations I see. You're right. But it wasn't like this before! :) Looks like...

@jona7o, we had a similar issue with int64, and it seems to be fixed in 0.2.0

@mvmn, check example in tests: https://github.com/s12v/sns/blob/master/features/sqs.feature#L12

@mvmn, yes, I can't use ARN, because it's not a real SNS/SQS... format should match http://camel.apache.org/aws-sqs.html

@mvmn, but I don't have elasticMQ URL anywhere, except the endpoint string Let's say, I give it ARN - how would it figure out it's localhost?

@mvmn, could you please provide a complete use-case for this? How do you use this and where is SQS ARN coming from?

@mvmn, ok, makes sense. I'll try to do it when I have some time. Or maybe you are interested in submitting a PR? That would be awesome.