Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10297 invoked from network); 29 Jun 2007 05:19:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2007 05:19:26 -0000 Received: (qmail 22875 invoked by uid 500); 29 Jun 2007 05:19:29 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 22839 invoked by uid 500); 29 Jun 2007 05:19:29 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 22828 invoked by uid 99); 29 Jun 2007 05:19:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 22:19:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 22:19:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDE2E7141DC for ; Thu, 28 Jun 2007 22:19:04 -0700 (PDT) Message-ID: <20548994.1183094344771.JavaMail.jira@brutus> Date: Thu, 28 Jun 2007 22:19:04 -0700 (PDT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2831) NullPointerException creating a function in a schema that doesn't exist when the return type is a character type In-Reply-To: <31392971.1181931385852.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor resolved DERBY-2831. ------------------------------------ Resolution: Fixed Fix Version/s: 10.4.0.0 10.3.0.0 Assignee: Mamta A. Satoor Merged changes from main into 10.3 codeline. The revision for 10.3 codeline is 551794. > NullPointerException creating a function in a schema that doesn't exist when the return type is a character type > ---------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2831 > URL: https://issues.apache.org/jira/browse/DERBY-2831 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.3.0.0 > Reporter: Daniel John Debrunner > Assignee: Mamta A. Satoor > Priority: Minor > Fix For: 10.3.0.0, 10.4.0.0 > > > ij> connect 'jdbc:derby:cs;create=true'; > ij> create function aa.b() returns varchar(10) no sql > parameter style java language java > external name 'aaa.bbb.ccc'; > ERROR XJ001: Java exception: ': java.lang.NullPointerException'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.