Tammo van Lessen created ODE-1001: ------------------------------------- Summary: ForEach: Counters are signed ints but must be unsigned Key: ODE-1001 URL: https://issues.apache.org/jira/browse/ODE-1001 Project: ODE Issue Type: Bug Components: BPEL Runtime Reporter: Tammo van Lessen Assignee: Tammo van Lessen Priority: Minor Fix For: 1.3.6, 1.4
This can cause issues with very high values where a java int overflows. In order to keep binary compatibility, data should remain in ints but must be converted to a long before doing comparisons. Found via Betsy -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira