Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34980

NoSuchMethodError on Java 7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • None
    • BlazeDS
    • None
    • JDK 7u80

    Description

      I write a test case:
      @Test
      public void test()

      { FlexSessionManager manager = new FlexSessionManager( new MessageBroker()); manager.start(); manager.stop(); }

      And run it with BlazeDS 4.7.2
      Then the result:
      java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
      at flex.messaging.FlexSessionManager.stop(FlexSessionManager.java:293)
      at org.springframework.flex.config.TheTest.test(TheTest.java:30)

      Attachments

        Activity

          People

            cdutz Christofer Dutz
            tweea Tweea Tang
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: