[
https://issues.apache.org/jira/browse/FLEX-34980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210200#comment-15210200
]
Christofer Dutz commented on FLEX-34980:
----------------------------------------
Hmm ... eventually I should add some maven plugins to ensure the JDK
compatibility ...
> 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
>
> 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)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)