Return-Path: Mailing-List: contact turbine-jcs-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-jcs-dev@jakarta.apache.org Received: (qmail 313 invoked from network); 1 May 2003 22:09:12 -0000 Received: from eng.werken.com (66.216.68.111) by daedalus.apache.org with SMTP; 1 May 2003 22:09:12 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h41MDa320399; Thu, 1 May 2003 17:13:36 -0500 Message-ID: <1261526.1051827216868.JavaMail.jmcnally@localhost> Date: Thu, 1 May 2003 17:13:36 -0500 (CDT) From: Oleg Merlugov Reply-To: Scarab Admistrator To: Oleg Merlugov Subject: [SOURCE] Issue #JCSS1 - Change signature of 'put(Object, Object)' Cc: "turbine-jcs-dev@jakarta.apache.org" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You can view the issue detail at the following URL: Type : Enhancement Issue Id : JCSS1 Reported by: Oleg Merlugov merlugov - (omerlugov@hotmail.com) Details: Summary: Change signature of 'put(Object, Object)' Description: Change signature of put(Object, Object) to put(Serializable, Serializable). The exception "java.lang.ClassCastException " thrown when you forget to make you obj Serializable is not helpful at all. You have to look at the source code to find out which class it is trying to cast to. This might be applicable for other methods as well (like putSafe etc.) Status: New Priority: Low Functional area: Setup