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 97981 - new datasource is not created
Summary: new datasource is not created
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-03-15 15:01 UTC by Jan Horvath
Modified: 2007-08-08 14:24 UTC (History)
0 users

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 Jan Horvath 2007-03-15 15:01:27 UTC
build 200703131900

-create webapplication (java ee 5)
-create persistence unit
-create new datasource
-ERROR: datasource is not created, in the combo box is selected value "New Data
Source..."

when building application I get this error:
Finished registering server resources
moduleID=WebApplication34
deployment started : 0%
Deploying application in domain failed; Deployment Error --
javax.naming.NameNotFoundException: New Data Source... not found
/home/honza/NetBeansProjects/WebApplication34/nbproject/build-impl.xml:458:
Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 second)
Comment 1 Erno Mononen 2007-03-19 14:30:20 UTC
I can't reproduce this, but it does seem that for some reason the data source 
combo box returns 'New Data Source ..' as the value for the selected item. 
Marking as RANDOM until I found a way to reproduce this.
Comment 2 Erno Mononen 2007-08-08 14:24:36 UTC
I was able to reproduce this once a while ago, but not anymore. Possibly the fix for issue 98529 fixed this one as 
well, could you please try and reopen if this is still reproducible for you?