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 80422 - after repeated registering glassfish db node is not added
Summary: after repeated registering glassfish db node is not added
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 15:00 UTC by Lukasz Grela
Modified: 2006-08-03 12:49 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 Lukasz Grela 2006-07-17 15:00:33 UTC
#200607170300

1)register glassfish
2) unregister glassfish, remove node which represent connection to sample db
3) register glassfish - connection to sample db is not added
Comment 1 Andrei Badea 2006-07-17 17:46:25 UTC
Appserver plugin issue it seems. It doesn't call createSampleDatabase() if it
already exists.
Comment 2 Vince Kraemer 2006-07-26 07:22:26 UTC
easy fix.
Comment 3 Vince Kraemer 2006-07-29 18:45:39 UTC
Checking in db/RegisterPointbase.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/db/RegisterPointbase.java,v
 <--  RegisterPointbase.java
new revision: 1.4.6.5.2.11; previous revision: 1.4.6.5.2.10
done
Checking in ui/AddDomainWizardIterator.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/ui/AddDomainWizardIterator.java,v
 <--  AddDomainWizardIterator.java
new revision: 1.2.2.3.2.9; previous revision: 1.2.2.3.2.8
done
Comment 4 Lukasz Grela 2006-08-03 12:49:14 UTC
v.