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 214885 - create-or-extend-tables option of ddl generation in persistence.xml with Eclipselink provider.
Summary: create-or-extend-tables option of ddl generation in persistence.xml with Ecli...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 20:01 UTC by ravshansbox
Modified: 2015-09-04 05:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ravshansbox 2012-06-27 20:01:42 UTC
Product Version = NetBeans IDE 7.2 Beta (Build 201205031832)
Operating System = Linux version 3.2.0-24-generic running on amd64
Java; VM; Vendor = 1.7.0_03
Runtime = OpenJDK 64-Bit Server VM 22.0-b10
Comment 1 Sergey Petrov 2012-10-18 18:54:36 UTC
What is the issue?
Comment 2 buddhika75 2014-03-28 17:26:03 UTC
create-or-extend-tables option of ddl generation in persistence.xml with Eclipselink provider is not available for persistence units. Only create, drop-and-create-tables, and none as table generation strategies.
Comment 3 Sergey Petrov 2014-03-28 21:36:35 UTC
ok, I see now
Comment 4 Sergey Petrov 2014-07-08 14:54:38 UTC
http://hg.netbeans.org/web-main/rev/d66a3e842805
option is prvided for cc in xml view, design view is with more general options,
I'm not sure it need to be updated, or it's less priority in this case/enhancement
Comment 5 Quality Engineering 2014-07-09 02:48:46 UTC
Integrated into 'main-silver', will be available in build *201407090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d66a3e842805
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #214885 add to cc in xml view, no changes in designer
some cleanup
Comment 6 Sergey Petrov 2014-07-09 08:25:49 UTC
After evaluation, it's a bit risky currently to customize radiobuttons group in visual designer. close this one to track progress with xml view cc. but feel free to reopen or crreate new one if you are more interested in visual designer.
Comment 7 buddhika75 2014-07-09 08:55:05 UTC
I it is risky, remove table generation strategy as a whole without leaving three possible options out of four.
Comment 8 Sergey Petrov 2014-07-09 09:01:41 UTC
yes, it's possible solution, to have no this group and have this config in properties section only. 
On other side there is not so much wrong to show only subset of properties and properties values in some part of designer.
ok. reopen myself for more evaluation.