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

Summary: Create convertor for project object
Product: projects Reporter: Chris Webster <cwebster>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: Solaris   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 23294    

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.