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 104341 - Data source not created on server when server is reinstalled
Summary: Data source not created on server when server is reinstalled
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on: 93159 104444
Blocks:
  Show dependency tree
 
Reported: 2007-05-19 07:17 UTC by David Vancouvering
Modified: 2007-06-17 21:40 UTC (History)
2 users (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 David Vancouvering 2007-05-19 07:17:10 UTC
My glassfish installation got hosed, so I reinstalled glassfish.  When I
deployed my application, which had been deployed to the original version of
glassfish, to this new version of glassfish, the application failed when it
tried to obtain the JDBC connection because the data source for my rowset had
not been created in the server.
Comment 1 _ potingwu 2007-05-21 18:58:37 UTC
Please give more info for John to evaluate. Server log, exceptions, project, ...
Comment 2 John Baker 2007-05-21 21:01:17 UTC
 for each project, server specific settings should be created regardless whether
the server has the JDBC resources.


The API has been developed but I think the feature needs to be developed by the
plugin.  This is another case where I was tracking one issue which turns out to
be the API, but I didn't track the serverplugin implmentation.   A new issue
will be filed for this implementation.