From sandesha-dev-return-99-apmail-ws-sandesha-dev-archive=ws.apache.org@ws.apache.org Mon Aug 29 17:18:30 2005 Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 16370 invoked from network); 29 Aug 2005 17:18:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2005 17:18:29 -0000 Received: (qmail 85936 invoked by uid 500); 29 Aug 2005 17:18:24 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 85832 invoked by uid 500); 29 Aug 2005 17:18:23 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 85804 invoked by uid 99); 29 Aug 2005 17:18:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 10:18:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.16] (HELO relay02.pair.com) (209.68.5.16) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 29 Aug 2005 10:18:38 -0700 Received: (qmail 65667 invoked from network); 29 Aug 2005 17:18:19 -0000 Received: from unknown (HELO ?192.168.0.103?) (unknown) by unknown with SMTP; 29 Aug 2005 17:18:19 -0000 X-pair-Authenticated: 220.247.254.249 Subject: Re: [Patch] RM Storage Impls From: Sanjiva Weerawarana To: Sanka Samaranayake Cc: sandesha-dev@ws.apache.org In-Reply-To: <4312ECB4.8030004@gmail.com> References: <4312ECB4.8030004@gmail.com> Content-Type: text/plain Organization: Lanka Software Foundation Date: Mon, 29 Aug 2005 23:18:12 +0600 Message-Id: <1125335892.19054.17.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 2005-08-29 at 17:08 +0600, Sanka Samaranayake wrote: > + > + public CreateSeqBean retriveCreateSeq(String key) { > + // retrieve the appropriate tuple form the table > + // use that data to create and return the Bean > + return null; > + } If these are methods to be implemented later then please throw new UnsupportedMethodException() instead of returning null. It will save you much grief in the future! Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org