Ekaterina Buyko wrote:
<snip>I do not get any exceptions. My process method attends in the catch block the IndexOutOfBoundsException.
What kind of exception should be thrown in the described case?
You should be getting a CASRuntimeException, with the message:
Error setting string value: string "{0}" is not valid for a value of type "{1}".

with appropriate substitutions for {0} and {1}. Can you try catching that exception?
-Marshall

Reply via email to