You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Tweea Tang (JIRA)" <ji...@apache.org> on 2015/12/08 17:25:11 UTC

[jira] [Created] (FLEX-34980) NoSuchMethodError on Java 7

Tweea Tang created FLEX-34980:
---------------------------------

             Summary: NoSuchMethodError on Java 7
                 Key: FLEX-34980
                 URL: https://issues.apache.org/jira/browse/FLEX-34980
             Project: Apache Flex
          Issue Type: Bug
          Components: BlazeDS
         Environment: JDK 7u80
            Reporter: Tweea Tang
            Priority: Critical


A test case:
	@Test
	public void test() {
		FlexSessionManager manager = new FlexSessionManager(
				new MessageBroker());
		manager.start();
		manager.stop();
	}

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)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)