To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78308
                 Issue #|78308
                 Summary|IllegalArgumentException not Serializable
               Component|api
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|jsc
             Reported by|ronald15





------- Additional comments from [EMAIL PROTECTED] Mon Jun 11 14:51:33 +0000 
2007 -------
The class:

IllegalArgumentException (I couldn't find out which package)
has a field named
Context in which an object $Proxy0 is set.

The Exception inherits from Throwable which implements the interface 
Serializable.
The Proxy is not serializable. The defect can be seen by looking i.e. static
analysis of the code.

Serialisation leads the following Exception:
java.io.NotSerializableException:
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
 
Thanks for fixing this since this causes us quite a headache. Our application
sends any exception encountered on the server to the client, so that debugging
is simplified.

Yours,

Stefan

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to