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 31504

Summary: Create test for resources releasing and module reloading
Product: ide Reporter: _ rkubacki <rkubacki>
Component: Internal ServerAssignee: issues@ide <issues>
Status: NEW ---    
Severity: blocker CC: jglick
Priority: P3 Keywords: T9Y
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 9272    

Description _ rkubacki 2003-02-26 15:39:20 UTC
From issue #9272:

creating a module with an internal
servlet, then reloading it in test mode repeatedly
(running it each
time), ensuring that changes to the code are
honored, and using
-J-Dorg.netbeans.core.modules=0 to check that each
time the class
loader for the module is reclaimed reliably at
some point after it is
uninstalled.

I have similar module somewhere. It might be worth
to create a test from it.
Comment 1 Jesse Glick 2003-02-26 17:30:28 UTC
A test would be nice.

BTW for manual verification try running
openide/build.xml:examples-explservlet-reload.