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 75934 - Web freeform does not implement j2ee/persistenceapi SPI
Summary: Web freeform does not implement j2ee/persistenceapi SPI
Status: VERIFIED DUPLICATE of bug 75850
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Freeform (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
: 75932 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-04 15:20 UTC by Dan Kolar
Modified: 2006-08-24 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (210.03 KB, text/plain)
2006-05-04 15:23 UTC, Dan Kolar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Kolar 2006-05-04 15:20:30 UTC
build 200605031130   jdk1.5.06fcs

1) Have Web freeform project
2) New -> Entity Class from Database
3) Choose connection to sample derby database
4) Add some table -> Next
5) Finish

AE is thrown, as 'Finish' is allowed even w/o persistence unit in the project 
(you don't need to create a persistence class in the project to Finish, that's 
wrong)
Comment 1 Dan Kolar 2006-05-04 15:23:14 UTC
Created attachment 30250 [details]
messages.log
Comment 2 Andrei Badea 2006-05-25 14:15:57 UTC
The cause is that the web freeform project doesn't implement the 
PersistenceScope SPI.
Comment 3 Andrei Badea 2006-06-12 14:31:23 UTC
*** Issue 75932 has been marked as a duplicate of this issue. ***
Comment 4 Andrei Badea 2006-06-19 14:02:05 UTC
Marking as duplicate of issue 75850 since the persistence support should not be
implemented in all natures, but probably only in the Java one, thus it is not
necessary to file issues for each project "type".


*** This issue has been marked as a duplicate of 75850 ***
Comment 5 Dan Kolar 2006-08-24 16:00:23 UTC
v.