Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 7324 invoked from network); 26 Sep 2005 17:40:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 17:40:58 -0000 Received: (qmail 25937 invoked by uid 500); 26 Sep 2005 17:40:56 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 25916 invoked by uid 500); 26 Sep 2005 17:40:56 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 25904 invoked by uid 99); 26 Sep 2005 17:40:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 10:40:56 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 10:41:02 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j8QHeVo4024729 for ; Mon, 26 Sep 2005 13:40:31 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8QHeVdF098326 for ; Mon, 26 Sep 2005 13:40:31 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j8QHeVJx017328 for ; Mon, 26 Sep 2005 13:40:31 -0400 Received: from [127.0.0.1] (DMCSDJDT41P.svl.ibm.com [9.30.145.183]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j8QHeTnN017203 for ; Mon, 26 Sep 2005 13:40:30 -0400 Message-ID: <4338328E.3060306@debrunners.com> Date: Mon, 26 Sep 2005 10:40:30 -0700 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: cant' get user defined function to work References: <4338218E.3020204@bristowhill.com> <43382690.5030702@bristowhill.com> In-Reply-To: <43382690.5030702@bristowhill.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii 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 Jean T. Anderson wrote: > Jean T. Anderson wrote: > ... > >> Erik's function worked for me when I changed this: >> >> public final class Function >> >> to this: >> >> public class Function > > > sorry, I realized my reply could have used the complete example. I think > the problem may have been a CLASSPATH issue combined with the "final". What error did you get with the final keyword? Dan.