This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173376 - ClassNotFoundException: org.netbeans.modules.xml.schema.refactoring.query.actions.QueryAction
Summary: ClassNotFoundException: org.netbeans.modules.xml.schema.refactoring.query.act...
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2009-09-30 11:38 UTC by Ivan Sidorkin
Modified: 2009-09-30 12:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159289


Attachments
stacktrace (2.18 KB, text/plain)
2009-09-30 11:38 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2009-09-30 11:38:21 UTC
Build: NetBeans Platform Dev (Build 090930)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.xml.schema.refactoring.query.actions.QueryAction
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:259)
Comment 1 Ivan Sidorkin 2009-09-30 11:38:26 UTC
Created attachment 88585 [details]
stacktrace
Comment 2 Ivan Sidorkin 2009-09-30 11:47:53 UTC
to reproduce - run uicommit tests in xml.schema
Comment 3 Michael Nazarov 2009-09-30 12:00:48 UTC
Commit tests for xml.schema are no longer actual because refer to
modules excluded from standard installation. One need to instal
xml support from UC before using such features as xml schema editing.