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 34350 - move registration of default root context outside of core/registry
Summary: move registration of default root context outside of core/registry
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Registry (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on: 34349
Blocks:
  Show dependency tree
 
Reported: 2003-06-12 15:39 UTC by David Konecny
Modified: 2008-12-22 13:41 UTC (History)
0 users

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 David Konecny 2003-06-12 15:39:43 UTC
This should be done in core.jar. During the IDE
startup just after the SFS was initialized the
FileSystemContextFactory.createContext(SFSRoot)
must be called and created root context must be
added into lookup. (TBD how it will look after
merged context is implemented)

At the moment it is in core/registry (see comments
in ResettableRootContextImpl), but it should not
be "hardcoded" there. core/registry is just a
library and how it is used depends on the application.
Comment 1 Antonin Nebuzelsky 2008-04-15 17:19:39 UTC
Reassigning to new module owner jskrivanek.
Comment 2 David Konecny 2008-04-15 22:17:25 UTC
Registry module is obsolete.