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 122926 - Refresh generated RESTful web services when the database schema changes
Summary: Refresh generated RESTful web services when the database schema changes
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 117693
Blocks: 123409
  Show dependency tree
 
Reported: 2007-11-28 01:25 UTC by Peter Liu
Modified: 2013-07-24 08:08 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-28 01:25:23 UTC
Currently, when the user updates the database schema, there is no way for her to refresh existing RESTful web services
generated from this database.  We need to support this feature to be more competitive with Ruby-on-Rail.
Comment 1 Nam Nguyen 2007-11-28 19:23:19 UTC
Tentatively for 6.1 we only support the following database changes:
- adding new table
- adding new column

Other changes such as: rename table, delete table, rename column, delete column, change column datatype... are not in 
scope of this issue.  A more comprehensive support refactoring feature is more appropriate for these kind of change 
and should be targeted for 7.0 instead.
Comment 2 Lukas Jungmann 2008-04-14 17:09:27 UTC
moving opened issues where TM != dev to TM=TBD