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 - Support for transient data
Summary: Support for transient data
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-26 14:44 UTC by Svata Dedic
Modified: 2002-09-06 13:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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