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 168141 - NetBeans and WLS 10.3 Datasources
Summary: NetBeans and WLS 10.3 Datasources
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 15:47 UTC by joshuagame
Modified: 2009-09-23 18:11 UTC (History)
3 users (show)

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 joshuagame 2009-07-05 15:47:03 UTC
Hi, I'm trying to create a J2EE Enterprise Application with JPA support, linking to a Weblogic Server 10.3.
Trying to create a Persistence Unit, the creation wizard is unable to load any of the Datasources deployed on the Server.
In short: 
- i start my NetBeans
- from NetBeans i start the server (previously linked)
- i create an Enterprise Application with an EJB module and a Web module
- from the EJB module I select "New persistence Unit"
- the wizard starts and try to retrieve Datasources, but it fails, and I can not see any Datasource in the
drop-down-list in the wizard

This is blocking for me.
Any answer?

Thanks a lot :)
Comment 1 Sergey Petrov 2009-07-06 07:23:03 UTC
see http://www.netbeans.org/community/releases/67/relnotes.html#system_requirements
SQL Editor and Databases section, there is no web logic, it isn't tested/supported so it's either lower priority or nice
to have feature. I have no answer for your question right now.
Comment 2 Sergey Petrov 2009-07-06 07:26:19 UTC
but Weblogic Server 10 is supported as application server (not sure if it includes 10.3 also), let it be p2 for now so I
will look at the issue to find out if it should work.
Comment 3 Sergey Petrov 2009-07-06 07:26:52 UTC
also what databased are used and can you attach mesage log?
Comment 4 Sergey Petrov 2009-07-06 09:24:51 UTC
ok, I see there are no datasources by default (just installed 10.3.1 and tried) so all steps related to datasources are
required also.
Comment 5 David Konecny 2009-08-03 23:24:46 UTC
sergeyp, if you open an admin console of WebLogic and create a data source there will it be visible in NB and offered in
New PU wizard?
Comment 6 Petr Hejl 2009-08-04 09:30:21 UTC
AFAIK datasources have not been supported on Weblogic. There is no implementation of
org.netbeans.modules.j2ee.deployment.plugins.spi.DatasourceManager.
Comment 7 Sergey Petrov 2009-09-23 18:11:46 UTC
dkonecny
at first evaluation I failed to setup datasources in admin console, but according to later comment we do not have support