Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Classloader Problems while java.beans.XMLEncoder

Hello World

we have a strange problem while using the java.beans.XMLEncoder (JDK 1.4+).

When trying to encode one of our classes inside some Eclipse Plug-in code of
ours we get the following exception:

--- 8< snip ---

java.lang.ClassNotFoundException: de.oio.bugkilla.DummyObject
Continuing ...
java.lang.Exception: discarding statement
XMLEncoder0.writeObject(DummyObject0);
Continuing ...

--- 8< snip ---

We attached some code which mimics the problem.

Any ideas?

	Steffen and Kristian

--
Orientation in Objects GmbH
Weinheimer Str. 68
D-68309 Mannheim
http://www.oio.de
Tel. +49(0)621-71839-0
Fax. +49(0)621-71839-50

Attachment: BugkillaTest.zip
Description: Binary data


Back to the top