Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7FD618A75 for ; Fri, 25 Mar 2016 15:12:25 +0000 (UTC) Received: (qmail 83891 invoked by uid 500); 25 Mar 2016 15:12:25 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 83860 invoked by uid 500); 25 Mar 2016 15:12:25 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 83840 invoked by uid 99); 25 Mar 2016 15:12:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2016 15:12:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 71FD42C1F5A for ; Fri, 25 Mar 2016 15:12:25 +0000 (UTC) Date: Fri, 25 Mar 2016 15:12:25 +0000 (UTC) From: "Tweea Tang (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-34980) NoSuchMethodError on Java 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211925#comment-15211925 ] Tweea Tang commented on FLEX-34980: ----------------------------------- It just a test on newer version of BlazeDS. I'm still using BlazeDS 4.7.0 and it works well for me. > 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 > Assignee: Christofer Dutz > 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)