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 19905

Summary: javax.naming.event.EventContext over system file system
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: LookupAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 17934, 18177, 19340, 20838    

Description Jaroslav Tulach 2002-01-29 15:12:13 UTC
In order to fully replace the FolderInstance we need more then just plain JNDI -
we need also its event mechanism to notify listener about changes in the
settings.

The JNDI implementation defined in issue 19903 and in issue 19904 should be
extended to implement the EventContext JNDI extension.
Comment 1 Peter Zavadsky 2002-10-09 12:41:31 UTC
Fixed in [trunk]

core/naming/../DOContext.java 1.10
              /DOEnum.java 1.5
              /EventDOContext.java 1.1
              /EventDOContextSupport.java 1.1
              /Jndi.java 1.7
              /Utils.java 1.1
core/naming/test/../JndiEventTest.java 1.1


Note:
There could happen some problems left. E.g. With removing of context
when the fileObject(folder) is removed, and there is no listeners. 

Please revise.
I expect some changes will be necessary.