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 26436 - Create convertor for project object
Summary: Create convertor for project object
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All Solaris
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks: 23294
  Show dependency tree
 
Reported: 2002-08-10 02:11 UTC by Chris Webster
Modified: 2003-12-11 14:14 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 Chris Webster 2002-08-10 02:11:27 UTC
A project object containing a reference to any
project (not just the project which the project
object will be stored) must allow storage in 
settings.
Comment 1 Vitezslav Stejskal 2002-08-12 00:56:39 UTC
ProjectObject can be stored using settings framework in OpenAPI, e.g.
it's possible to store PO in settings context of another PO, in JNDI
Context or directly in folder using InstanceDataObject.create method.

Since settings framework API doesn't yet provide access to FileObject
where instance is being stored, the link to PO.getProject() is stored
in its absolute form. I'll check the status of core/settings module
and update convertor's implementation soon.

If additional requirements would appear just let me know.