camel-bindy BindyFixedLength parser is not Thread Safe while marshalling.
-------------------------------------------------------------------------

                 Key: CAMEL-4573
                 URL: https://issues.apache.org/jira/browse/CAMEL-4573
             Project: Camel
          Issue Type: Bug
          Components: camel-bindy
    Affects Versions: 2.8.1
         Environment: linux, windows
            Reporter: surya
             Fix For: 2.9.0


Camel Fixed Length Parser. Not Threadsafe, as instance variable private 
Map<Integer, List<String>> results; is being used while marshalling/unbinding. 
Inconsistencies in multithreaded environment causing data from different 
threads being used.

Very similar to BUG 4311 ( for KeyValuePair Parser)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to