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 64721 - Modified properties not saved
Summary: Modified properties not saved
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 11:05 UTC by Jiri Skrivanek
Modified: 2005-09-22 14:46 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 Jiri Skrivanek 2005-09-20 11:05:29 UTC
When you edit some properties in Server Manager their are not saved. To reproduce:

- open Server Manager from context menu Properties on Bundled Tomcat node in
Runtime view
- type in server port 8085 and click close
- open Server Manager again but there is an old value
- you can try to choose Socket port radio button but it is not selected after reopen
- only case when changes are propagated is to modify port value by JSpinner

Build 20050920-0500, JDK1.5.0_05, WindowsXP.
Comment 1 Jaroslav Pospisil 2005-09-21 15:57:08 UTC
I've got the same problems,but it seem as only the port radiobuttons aren't
changing,other properties such as textboxes or checkboxes are working normally.
Comment 2 Sherold Dev 2005-09-22 11:38:17 UTC
F.

Checking in src/org/netbeans/modules/tomcat5/customizer/Customizer.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/Customizer.java,v
 <--  Customizer.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerDataSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerDataSupport.java,v
 <--  CustomizerDataSupport.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerGeneral.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerGeneral.java,v
 <--  CustomizerGeneral.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java,v
 <--  CustomizerJVM.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerStartup.java,v
 <--  CustomizerStartup.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Jiri Skrivanek 2005-09-22 14:46:08 UTC
Verified.