[ https://issues.apache.org/jira/browse/CAMEL-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
surya updated CAMEL-4573: ------------------------- Attachment: camel_bindy_patch_4573 Fixed the Code, Changed instance variable to local one so that it is thread safe. > 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 > Labels: patch > Fix For: 2.9.0 > > Attachments: camel_bindy_patch_4573 > > > 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