Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-18273

Fuse 7 BlueprintPropertiesParser ConcurrentModificationException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.11-GA
    • None
    • Camel
    • None

    Description

      Concurrent modification exception encountered:

      Caused by: java.util.ConcurrentModificationException 	
      at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719) 	
      at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742) 	
      at org.apache.camel.blueprint.BlueprintPropertiesParser.parseProperty(BlueprintPropertiesParser.java:164) 	
      

      The following should be synchronized:

      Set<PropertyPlaceholderWrapper> placeholders = new LinkedHashSet<PropertyPlaceholderWrapper>();
      

      Attachments

        Activity

          People

            ggrzybek Grzegorz Grzybek
            rhn-support-shiggs Stephen Higgs
            Petr Pinkas Petr Pinkas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: