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 123098 - Support for auto-generated primary key
Summary: Support for auto-generated primary key
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 00:35 UTC by Peter Liu
Modified: 2008-06-13 21:09 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 Peter Liu 2007-11-30 00:35:54 UTC
Some databases such as Oracle supports auto-generated primary keys.  We currently do not support this and should address
this for NB 6.1.
Comment 1 Peter Liu 2007-12-05 00:28:06 UTC
Converting this to a defect instead of a feature.

Comment 2 Peter Liu 2008-03-14 20:48:57 UTC
Change this to an enhancement request.
Comment 3 Lukas Jungmann 2008-04-14 17:13:32 UTC
moving opened issues where TM != dev to TM=TBD
Comment 4 Peter Liu 2008-06-13 21:09:06 UTC
Support for auto-generated primary is now checked into the trunk. 

With the support, we can now POST a new entity without specifying a primary key.