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 - Create test for resources releasing and module reloading
Summary: Create test for resources releasing and module reloading
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords: T9Y
Depends on:
Blocks: 9272
  Show dependency tree
 
Reported: 2003-02-26 15:39 UTC by _ rkubacki
Modified: 2006-12-07 12:30 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.