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 19340

Summary: Looks does not update when module is enabled/disabled
Product: contrib Reporter: Jaroslav Tulach <jtulach>
Component: LooksAssignee: Petr Hrebejk <phrebejk>
Status: VERIFIED FIXED    
Severity: blocker CC: pkuzel
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 19905    
Bug Blocks: 16444, 18177    

Description Jaroslav Tulach 2002-01-11 12:49:35 UTC
The looks are not designed to update itself when module is enabled/disabled. 

It seems necessary to enhance the JNDI lookup (issue 17934) to listen on changes
in the systemfilesystem and looks should update itself according to the results.
Comment 1 _ pkuzel 2002-01-11 14:23:21 UTC
Should listen Look or LookNode? From you description it sounds like
you mean Look - but it disappears. I think that listening should do
LookNode (monitor lifetime of Look it has attached). 
Comment 2 Jaroslav Tulach 2002-01-15 09:14:41 UTC
In the new framework the default look is Look.TYPES and it just
delegates to some looks provided by module. It should listen to
changes.
Comment 3 Jaroslav Tulach 2002-01-30 09:20:48 UTC
Needs javax.naming.event.EventContext
Comment 4 Petr Hrebejk 2002-06-24 11:11:55 UTC
Moving Looks issues to dev 4.0
Comment 5 Marian Mirilovic 2003-01-29 12:54:27 UTC
added keyword PROJECTS, because we need to distinguish 
issues against NB4.0 and S1Sx.y
Comment 6 Petr Hrebejk 2003-05-06 15:31:21 UTC
Waiting for replacing JNDI with registry to fix this.
Comment 7 Petr Hrebejk 2003-10-01 17:45:40 UTC
Fixed after the first merge with looks_projfix branch.
Comment 8 pzajac 2004-02-25 14:54:31 UTC
verified