Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-4573

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.1
    • 2.8.3, 2.9.0
    • camel-bindy
    • linux, windows

    • Patch Available
    • Advanced

    Description

      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)

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            surya108 surya
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: