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 60613 - Incorrect message when user tries to add second WebSphere instance
Summary: Incorrect message when user tries to add second WebSphere instance
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-29 13:48 UTC by Alexander Kouznetsov
Modified: 2006-09-04 17:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (28.07 KB, image/gif)
2005-06-29 13:57 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2005-06-29 13:48:54 UTC
Steps to reproduce:
- You need two WebSphere profiles to reproduce this issue.
- Add default WebSphere server
- Invoke Add Server wizard again
- Select IBM WebSphere Application Server. Click Next
- Enter appropriate server directory. Click Next
- Select another instance in Local Instances drop-down list. Click Finish
- RESULT: Message is shown about the fact that default instance is already added. This is incorrect because user doesn't add the default instance. User needs to press Finish again to add the instance. See attached screenshot for details.
Comment 1 Alexander Kouznetsov 2005-06-29 13:57:22 UTC
Created attachment 22948 [details]
Screenshot
Comment 2 dlipin 2006-07-04 13:56:13 UTC
I can`t reproduce the issue on the latest builds of JSE8.1. I`ve created the 
second profile, so one is located at:
C:\Program Files\IBM\WebSphere\AppServer\profiles\default
and the other is locatied at:
C:\Program Files\IBM\WebSphere\AppServer\profiles\notdefault

The addition of the second profile (after adding the first one) went OK without 
any warnings.

Could you please verify if you still have this issue been reproducible on your 
system?
Comment 3 Alexander Kouznetsov 2006-07-05 16:44:03 UTC
Still reproducible with JSE 8.1 2006.06.28.

Note that if user clicks any other edit control between selecting an instance and clicking Finish - the issue will not be reproduced.
Comment 4 dlipin 2006-08-16 18:11:38 UTC
Fixed.
Verify on the next build.
Comment 5 Jesse Glick 2006-08-16 19:32:51 UTC
dlipin: note that when closing an issue you should always

1. Set target milestone correctly. (Here seems to be Dev ~ 6.0 trunk, rather
than  5.5?)

2. Paste a copy of CVS commit log into Issuezilla so revision numbers can be
recovered later, e.g. if a merge to another branch is needed.
Comment 6 dlipin 2006-08-17 08:59:54 UTC
http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/ConnectionTabVisualPanel.java?r1=1.
8&r2=1.9
http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/ServerProperties.java?r1=1.7&r2=1.8
http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/wizard/ServerPropertiesPanel.java?r1=1.
14&r2=1.15
Comment 7 Alexander Kouznetsov 2006-09-04 17:38:34 UTC
Verified with JSE 8.1 (2006.08.31) on WinXP