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 241493 - JDBC Resources not shown for WebLogic server
Summary: JDBC Resources not shown for WebLogic server
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-06 14:10 UTC by Jiri Skrivanek
Modified: 2014-02-17 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (1.29 KB, text/plain)
2014-02-06 14:10 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-02-06 14:10:34 UTC
Created attachment 144869 [details]
Stack trace.

JDBC resources are not shown under WebLogic node in Services view. To reproduce:

- register WebLogic server in IDE (12.1.2)
- create new web application
- open New Persistence Unit wizard
- in Data Source combo box select New Data Source.
- select default sample database connection and provide arbitrary JNDI name.
- click OK and finish the wizard.
- check Server Resource|datasource-1-jdbc.xml file is created in web project.
- deploy web application
- go to Services view and refresh "Resources|JDBC|JDBC Resources" node under WebLogic server node but there is nothing and moreover exception is printed to IDE log (see attachment).

Product Version: NetBeans IDE Dev (Build 201402050001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b67
Runtime: Java(TM) SE Runtime Environment 1.8.0-b126
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2014-02-14 10:02:26 UTC
I'm not able to reproduce. So this is blind fix - web-main d1bf63a0e4f8.
Comment 2 Quality Engineering 2014-02-15 05:13:15 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d1bf63a0e4f8
User: Petr Hejl <phejl@netbeans.org>
Log: #241493 - JDBC Resources not shown for WebLogic server