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 123217 - Persistence Category in Module Developement
Summary: Persistence Category in Module Developement
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Kozeny
URL: http://old.nabble.com/Entity-Classes-...
Keywords:
: 128643 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-02 15:29 UTC by mburdman
Modified: 2013-02-14 13:18 UTC (History)
5 users (show)

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 mburdman 2007-12-02 15:29:34 UTC
Netbeans should allow to "create new files" under category persistence when you are developing a module in a RCP
Application and propose anotations and relations between entitys.
Just as in a Java application.

Eg: Entity Class, Persistence Unit....
Comment 1 rmichalsky 2009-09-14 15:09:41 UTC
*** Issue 128643 has been marked as a duplicate of this issue. ***
Comment 2 err 2009-09-14 18:27:53 UTC
Just mentioning that there is some interesting info in the mail thread referenced from the dup'd issue.
Comment 3 Petr Jiricka 2010-02-04 04:59:30 UTC
So what would it take to implement this? Looking at the Maven/Persistence integration, there is a maven.persistence module, which acts as a bridge. Would something analogous be needed also for NB Module projects?

Also, sounds like enhancement 178735 could help with setting up the persistence library (EclipseLink), right?