Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56890 invoked from network); 7 Feb 2007 17:59:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 17:59:28 -0000 Received: (qmail 30722 invoked by uid 500); 7 Feb 2007 17:59:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30694 invoked by uid 500); 7 Feb 2007 17:59:34 -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 30685 invoked by uid 99); 7 Feb 2007 17:59:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:59:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 07 Feb 2007 09:59:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 620367142CC for ; Wed, 7 Feb 2007 09:59:06 -0800 (PST) Message-ID: <8537954.1170871146398.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 09:59:06 -0800 (PST) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-790) SQLException used by the networked interface to Derby is not serializable In-Reply-To: <1746339400.1136306043669.JavaMail.jira@ajax.apache.org> 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-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471048 ] Knut Anders Hatlen commented on DERBY-790: ------------------------------------------ Thanks Francois! I have committed v5 to trunk with revision 504630. Should the fix be ported to 10.2 as well? > SQLException used by the networked interface to Derby is not serializable > ------------------------------------------------------------------------- > > Key: DERBY-790 > URL: https://issues.apache.org/jira/browse/DERBY-790 > Project: Derby > Issue Type: Bug > Components: JDBC, Network Client, Network Server > Affects Versions: 10.1.1.0 > Environment: Windows XP; WebLogic Server 9.0 > Reporter: David Cabelus > Assigned To: Francois Orsini > Attachments: DERBY-790-v1.diff, DERBY-790-v1.stat, DERBY-790-v2.diff, DERBY-790-v2.stat, DERBY-790-v3.diff, DERBY-790-v3.stat, DERBY-790-v5.diff, DERBY-790-v5.stat, Serialize.java > > > When running RMI client tests with Derby, many tests failed with the following message: > Caused by: java.rmi.UnmarshalException: Failed to marshal error response: > 'org.apache.derby.client.am.SqlException: 'DROP TABLE' cannot be performed on > 'SDF014B7' because it does not exist.' because exception ; nested exception > is: > java.io.NotSerializableException: > org.apache.derby.client.net.NetSqlca > at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:191) > at > weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:176) > This issue is a blocking issue for us. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.