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 4072 - Creating Bean and then attempt to customize Bean throws exception.
Summary: Creating Bean and then attempt to customize Bean throws exception.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-29 00:15 UTC by Milan Kubec
Modified: 2008-12-23 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 1999-09-29 00:15:50 UTC
Bean was not compiled!

java.lang.ClassNotFoundException: Franta
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.lang.ClassNotFoundException.<init>(Compiled Code)
        at java.net.URLClassLoader$1.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessController.doPrivileged(Compiled Code)
        at java.net.URLClassLoader.findClass(Compiled Code)
        at com.netbeans.developer.impl.ClassLoaderSupport.findClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName0(Compiled Code)
        at java.lang.Class.forName(Compiled Code)

        at com.netbeans.developer.modules.loaders.java.JavaDataObject$JavaInstanceSupport.findClass(JavaDataObject.java:680)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$JavaInstanceSupport.instanceClass(JavaDataObject.java:617)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$JavaInstanceSupport.instanceCreate(JavaDataObject.java:653)
        at org.openide.actions.CustomizeBeanAction.customize(CustomizeBeanAction.java:133)
        at org.openide.actions.CustomizeBeanAction$1.run(CustomizeBeanAction.java:55)
        at org.openide.util.Task.run(Compiled Code)
        at org.openide.util.RequestProcessor$ProcessorThread.run(Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:18:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:55:34 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:17:38 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.