[ 
http://issues.apache.org/jira/browse/GERONIMO-1070?page=comments#action_12356874
 ] 

Aaron Mulder commented on GERONIMO-1070:
----------------------------------------

Caused by:

Revision 278940
Modified Tue Sep 6 08:20:51 2005 UTC (8 weeks, 4 days ago) by djencks 
GERONIMO-966 GERONIMO-947 Split configurations up into smaller bits, merge 
default parentId from builders into built configurations

Before this change the state was saved at shutdown, so the added GBeans were 
always saved at shutdown.  Now they are not.

I don't like the patch, as it relies on the caller to force a save.  I think 
Configuration.addGBean should force a save if there's not going to be a single 
save on shutdown or the equivalent.

I think we need djencks input on how/when we should force a save to write the 
new serialized state.  I believe he plans to allow the ManageableAttributeStore 
to hold data for new GBeans, in which case the serialized state would never 
need to be changed, but I'm not sure whether that is in scope for 1.0.  Worst 
case, we can change the last line of addGBean to saveState instead of 
storeCurrentGBeans.

> Network Listeners added through console are lost upon server restart
> --------------------------------------------------------------------
>
>          Key: GERONIMO-1070
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1070
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
>     Reporter: Vamsavardhana Reddy
>      Fix For: 1.0
>  Attachments: saveconfig.patch
>
> Add new HTTP, HTTPS and AJP listeners using the "Add new HTTP listener", "Add 
> new HTTPS listener " and "Add new AJP listener" links provided in the "Web 
> Server" management page in Geronimo Console.  The new listeners will be 
> created successfully and started.
> But, once the server is stopped and started again, these listeners no longer 
> remain in the server.  The configurations are lost!!!  After the restart, 
> they are not listed under the "Network Listeners" in the "Web Server" 
> management page

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to