Return-Path: X-Original-To: apmail-river-commits-archive@www.apache.org Delivered-To: apmail-river-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B23EE808 for ; Fri, 22 Feb 2013 23:42:13 +0000 (UTC) Received: (qmail 20094 invoked by uid 500); 22 Feb 2013 23:42:13 -0000 Delivered-To: apmail-river-commits-archive@river.apache.org Received: (qmail 20074 invoked by uid 500); 22 Feb 2013 23:42:13 -0000 Mailing-List: contact commits-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list commits@river.apache.org Received: (qmail 20066 invoked by uid 99); 22 Feb 2013 23:42:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 23:42:13 +0000 Date: Fri, 22 Feb 2013 23:42:13 +0000 (UTC) From: "Hudson (JIRA)" To: commits@river.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RIVER-416) The com.sun.jini.logging.Levels class produces a RuntimeException with the latest version of Java 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/RIVER-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584829#comment-13584829 ] Hudson commented on RIVER-416: ------------------------------ Integrated in River-trunk-jdk7 #147 (See [https://builds.apache.org/job/River-trunk-jdk7/147/]) RIVER-416: Backed out use of CustomLevel and added 'localizedLevelName' in the com.sun.jini.logging.Levels class (Revision 1449248) Result = SUCCESS dreedy : http://svn.apache.org/viewvc/?view=rev&rev=1449248 Files : * /river/jtsk/trunk/src/com/sun/jini/logging/Levels.java > The com.sun.jini.logging.Levels class produces a RuntimeException with the latest version of Java > ------------------------------------------------------------------------------------------------- > > Key: RIVER-416 > URL: https://issues.apache.org/jira/browse/RIVER-416 > Project: River > Issue Type: Bug > Components: com_sun_jini_logging > Affects Versions: River_2.2.0 > Reporter: Dennis Reedy > Priority: Blocker > Attachments: Levels.java > > > The com.sun.jini.logging.Levels class produces a RuntimeException with the latest version of Java (both 1.6 and 1.7). The issue surrounds creation of custom java.util.logging.Level. The current implementation uses a ClassReplacingObjectOutputStream and the LevelData approach. By removing this approach and creating a subclass of java.util.logging.Level the issue gets resolved. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira