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 20891

Summary: Support for transient data
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2002-02-26 14:44:32 UTC
We need support for data, which won't be stored persistently and can be
discarded in clusters when noone references any cluster member from outside MDR.
An example would be low-level structure of the source text, which can be
computed on demand, then exposed through JMI interfaces to the outside world. We
seem to need support from MDR infrastructure for that.
Comment 1 Tomas Zezula 2002-07-08 13:25:38 UTC
Added support for transient metadata.
Comment 2 Martin Matula 2002-08-04 22:14:54 UTC
Transaction support needs to be added to transient 
metadata.
Comment 3 Tomas Zezula 2002-09-06 13:34:50 UTC
Added transaction support for transient metadata.