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 68808 - Registration wizard does not refresh properties panel
Summary: Registration wizard does not refresh properties panel
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 13:10 UTC by Libor Kotouc
Modified: 2005-12-12 11:03 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 Libor Kotouc 2005-11-16 13:10:26 UTC
1. run JBoss registration wizard
2. select jboss, click next
3. enter path to jboss installation, click next, click back
4. enter path to other jboss installation, click next

The information provided is for the previous installation location.
Comment 1 Libor Kotouc 2005-11-16 13:19:06 UTC
Fixed.

Checking in AddServerPropertiesPanel.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerPropertiesPanel.java,v
 <--  AddServerPropertiesPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in AddServerPropertiesVisualPanel.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerPropertiesVisualPanel.java,v
 <--  AddServerPropertiesVisualPanel.java
new revision: 1.8; previous revision: 1.7
done
Checking in JBInstantiatingIterator.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/JBInstantiatingIterator.java,v
 <--  JBInstantiatingIterator.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Michal Mocnak 2005-12-12 11:03:30 UTC
Verified