New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'null' when using "ItemAt" transformation from List<> -> Number #667
Comments
|
Maybe ArrayIndexOutOfBoundsException was thrown? is the array size <5? |
|
As it's string > double it could be number format exception as well. Which one is this test for? |
|
well behavior is the same for string, integer double. Array has size=10; In this case it was string but I'm testing it with integers. I believe it might be a problem with resolution of source field: |
|
Can you get a debug log? This line should emit a original stacktrace |
|
Nevermind, I managed to reproduce |
I have simple mapping from List to Double type field. When I add "ItemAt" transformaion I'm getting following exception from camel during processing of mapping:
The text was updated successfully, but these errors were encountered: