Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-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 05C3DCFB0 for ; Thu, 10 May 2012 19:55:16 +0000 (UTC) Received: (qmail 68273 invoked by uid 500); 10 May 2012 19:55:15 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 68195 invoked by uid 500); 10 May 2012 19:55:15 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 68187 invoked by uid 99); 10 May 2012 19:55:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 19:55:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 19:55:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 863EC48E60D for ; Thu, 10 May 2012 19:54:52 +0000 (UTC) Date: Thu, 10 May 2012 19:54:52 +0000 (UTC) From: "Thomas Vandahl (JIRA)" To: issues@commons.apache.org Message-ID: <1375849353.51089.1336679692557.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1813251268.8099.1331652639879.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (JCS-94) LateralTCPService should implement getGroupKeys 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/JCS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272688#comment-13272688 ] Thomas Vandahl commented on JCS-94: ----------------------------------- I have some problems with the patch: * It does not apply to my code base (Rev 1329570) without modifications. Your revision is 1334033. Where did you check that one out? * Shouldn't group names be Strings instead of Serializables? * It uses mixed code style > LateralTCPService should implement getGroupKeys > ----------------------------------------------- > > Key: JCS-94 > URL: https://issues.apache.org/jira/browse/JCS-94 > Project: Commons JCS > Issue Type: Improvement > Components: TCP Lateral Cache > Affects Versions: jcs-1.3, jcs-1.4-dev > Reporter: Andrew Leamon > Attachments: jcs.tar.gz, jcsGroupKeys.patch > > > Calling getGroupKeys on LateralTCPService throws new UnsupportedOperationException( "Groups not implemented." ); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira