JDK-6905515 : Test failed: java/beans/XMLEncoder/6329581/Test6329581.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-11-30
  • Updated: 2011-01-25
  • Resolved: 2009-12-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b78Fixed
Related Reports
Relates :  
Description
java.lang.ClassNotFoundException: test.Bean
	at java.net.URLClassLoader$1.run(URLClassLoader.java:299)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:288)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:287)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:399)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:332)
	at Test6329581.main(Test6329581.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
	at java.lang.Thread.run(Thread.java:717)

Comments
EVALUATION Seems that the beans.jar file is missed.
30-11-2009