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 197888 - Datasources/Persistence providers incorrect with WebLogic DWP
Summary: Datasources/Persistence providers incorrect with WebLogic DWP
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.0.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 08:28 UTC by Petr Jiricka
Modified: 2011-04-21 04:56 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 Petr Jiricka 2011-04-20 08:28:39 UTC
1. Register a build of the WebLogic developer web profile
2. Create a Java EE 6 Web project
3. Create persistence unit

Problem 1: You see that in the wizard, OpenJPA (JPA 1.0) is selected by default, but as this is EE 6, I think EclipseLink (JPA 2.0) should be the default. Moreover, I did not find OpenJPA in the build anywhere.
Problem 2: DataSources combo box is empty, although DWP includes DerbyDataSource by default.
Comment 1 Petr Hejl 2011-04-20 12:48:25 UTC
Fixed in web-main 670acc48558d.
Comment 2 Quality Engineering 2011-04-21 04:56:02 UTC
Integrated into 'main-golden', will be available in build *201104210000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/670acc48558d
User: phejl@netbeans.org
Log: #197888 Datasources/Persistence providers incorrect with WebLogic DWP