Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 99458 invoked from network); 18 Jan 2008 16:36:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 16:36:18 -0000 Received: (qmail 80940 invoked by uid 500); 18 Jan 2008 16:36:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 80895 invoked by uid 500); 18 Jan 2008 16:36:04 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 80884 invoked by uid 99); 18 Jan 2008 16:36:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 08:36:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.160.178.142] (HELO p15122102.pureserver.info) (217.160.178.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 16:35:51 +0000 Received: from [192.168.1.2] (dslb-084-061-118-252.pools.arcor-ip.net [84.61.118.252]) by p15122102.pureserver.info (Postfix) with ESMTP id 4E0D93AC22C for ; Fri, 18 Jan 2008 17:44:53 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <20080118161239.D1DF41A9832@eris.apache.org> References: <20080118161239.D1DF41A9832@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <02FC4C04-BC0C-4507-A491-874CF4E2BC05@objektpark.de> Content-Transfer-Encoding: 7bit From: Peter Rossbach Subject: Re: svn commit: r613196 - /tomcat/tc6.0.x/trunk/STATUS.txt Date: Fri, 18 Jan 2008 17:35:44 +0100 To: "Tomcat Developers List" X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org HI Remy, the problem is the current getLastAccessedTime and getCreationTime methods has standard formated Date result. Good for humans, but bad for jmx scripts writers. You can't simply parse those standard format strings at a remote jmx client. The java.util.Date class has only a deprecated methods to parse it. Ok, I can use SimpleDateFormatter but as you must control a lot of session this is a time consuming task. The current fix made my JMX remote scripts a lot easier. Peter Am 18.01.2008 um 17:12 schrieb remm@apache.org: > Author: remm > Date: Fri Jan 18 08:12:34 2008 > New Revision: 613196 > > URL: http://svn.apache.org/viewvc?rev=613196&view=rev > Log: > - Votes. > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt? > rev=613196&r1=613195&r2=613196&view=diff > ====================================================================== > ======== > --- tomcat/tc6.0.x/trunk/STATUS.txt (original) > +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Jan 18 08:12:34 2008 > @@ -38,7 +38,7 @@ > > * Update: native to 1.1.12; commons-pool to 1.4; commons archive > locations. > http://svn.apache.org/viewvc?rev=612950&view=rev > - +1: markt > + +1: markt, remm > -1: > > * Add ManagerBase session getLastAccessedTimestamp and > getCreationTimestamp for better > @@ -51,6 +51,6 @@ > at production servers. > http://svn.apache.org/viewvc?rev=612988&view=rev > +1: pero > - -1: > + -1: remm (the patch looks like a hack, and we don't know what > exactly you are fixing) > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org