You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Francois Orsini (JIRA)" <de...@db.apache.org> on 2006/01/03 21:57:01 UTC

[jira] Commented: (DERBY-790) SQLException used by the networked interface to Derby is not serializable

    [ http://issues.apache.org/jira/browse/DERBY-790?page=comments#action_12361673 ] 

Francois Orsini commented on DERBY-790:
---------------------------------------

*Neither* of org.apache.derby.client.am.Sqlca (which NetSqlca extends) and org.apache.derby.client.net.NetSqlca are serializable - Since org.apache.derby.client.am.Sqlca is a member of org.apache.derby.client.am.SqlException, during serialization, the java.io.NotSerializableException gets raised...

> SQLException used by the networked interface to Derby is not serializable
> -------------------------------------------------------------------------
>
>          Key: DERBY-790
>          URL: http://issues.apache.org/jira/browse/DERBY-790
>      Project: Derby
>         Type: Bug
>   Components: JDBC, Network Client, Network Server
>  Environment: Windows XP; WebLogic Server 9.0
>     Reporter: David Cabelus

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira