[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-02-17 Thread Manu T George (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manu T George updated GERONIMO-4369:


Priority: Major  (was: Blocker)
Assignee: (was: Manu T George)

Fixed the general restart issue. What is remaining to be fixed is portlet 
specific

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
 Fix For: 2.1.4, 2.2

 Attachments: G-4369-0205.patch, G4369-0209.patch, 
 Geronimo-4369-01.21.patch, Geronimo-4369-11.13.patch, 
 Geronimo-4369-11.17.patch, Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-02-09 Thread Manu T George (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manu T George updated GERONIMO-4369:


Attachment: G4369-0209.patch

This is a patch that addresses the use case of child configurations being 
updated and restarted via a parent restart. The patch exposes a new method on 
Configuration i.e. getManageableAttributeStore that is accessible to all 
classes in the same package and the SimpleConfigurationManager applies 
overrides during a restart by calling the method appl. 

If no objections will apply within a few days

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Manu T George
Priority: Blocker
 Fix For: 2.1.4, 2.2

 Attachments: G-4369-0205.patch, G4369-0209.patch, 
 Geronimo-4369-01.21.patch, Geronimo-4369-11.13.patch, 
 Geronimo-4369-11.17.patch, Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-02-05 Thread Manu T George (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manu T George updated GERONIMO-4369:


Attachment: G-4369-0205.patch

This patch provides an alternative approach and applies the over ridden values 
to the configuration object before calling restart from the 
ConfigManagerPortlet. We lookup the ManageableAttributeStore and then call the 
applyOverrides method to achieve the same. There seems to be only one attribute 
store namely the 

 !--User-editable attribute service--
gbean name=AttributeManager 
class=org.apache.geronimo.system.configuration.LocalAttributeManager
reference name=ServerInfo
nameServerInfo/name
/reference
attribute name=configFilevar/config/config.xml/attribute
attribute 
name=substitutionsFilevar/config/config-substitutions.properties/attribute
attribute 
name=substitutionPrefixorg.apache.geronimo.config.substitution./attribute
/gbean

If there are any objections or errors that you see with this patch please point 
them out on the jira



 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Manu T George
Priority: Blocker
 Fix For: 2.1.4, 2.2

 Attachments: G-4369-0205.patch, Geronimo-4369-01.21.patch, 
 Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch, 
 Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-01-20 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: Geronimo-4369-01.21.patch

There should be some issues in the reload function of the configuration 
manager, if the component which needs to restart has child configurations, the 
exception will be threw on the 1186th line
removeConfigurationFromModel(configurationId);
Currently , the solution is first to stop, then start the service, and will try 
to start all the stopped service, maybe we need to revert to reload function 
once it works properly.
By the way, I found the j2ee-corba-yoko could not be restarted, while we stop 
the service, it does not release the port 1050.
Please help to review the patch, thanks !


 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Ivan
Priority: Blocker
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4369-01.21.patch, Geronimo-4369-11.13.patch, 
 Geronimo-4369-11.17.patch, Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-01-19 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4369:
---

  Priority: Blocker  (was: Major)
Regression: [Regression]

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Ivan
Priority: Blocker
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch, 
 Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2009-01-16 Thread Joe Bohn (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bohn updated GERONIMO-4369:
---

Assignee: Ivan  (was: Joe Bohn)

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Ivan
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch, 
 Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-19 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4369:
---

   Patch Info: [Patch Available]
Fix Version/s: 2.1.4
 Assignee: Donald Woods  (was: Joe Bohn)

Quick review of updated patch looks ok.  Will try integrating it after I finish 
other work in-progress.

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Donald Woods
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: Geronimo-4369-11.19.patch

Using reloadConfigurtion instead of restart.

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Donald Woods
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch, 
 Geronimo-4369-11.19.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-16 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: Geronimo-4369-11.17.patch

Re-create the patch from the root folder.
Current steps to restart the service are stop, unload, load, start.
Please help to review the patch, thanks !

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Joe Bohn
 Fix For: 2.2

 Attachments: Geronimo-4369-11.13.patch, Geronimo-4369-11.17.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-12 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: (was: Geronimo-4369.patch)

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Joe Bohn
 Fix For: 2.2

 Attachments: Geronimo-4369-11.13.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-12 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Component/s: (was: kernel)
 console

Update the components, it is belong to console category.

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Joe Bohn
 Fix For: 2.2

 Attachments: Geronimo-4369-11.13.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-12 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: Geronimo-4369-11.13.patch

Let's do the restart action step by step, first stop it, then start it, do not 
use any shortcut method in the configuration manager.
So that it will be same behavior with GERONIMO-3269.
Please help to review the patch, thanks !


 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
Assignee: Joe Bohn
 Fix For: 2.2

 Attachments: Geronimo-4369-11.13.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-11-11 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan updated GERONIMO-4369:
---

Attachment: Geronimo-4369.patch

It seems that  the reason is that  while invoking the 
configurationManager.restart method, it does not reload the configuration data 
from the store, for some attributes'  values may be changed
I added the unload action and load action in the restart method.
Please help to review it, thanks !

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: kernel
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
 Fix For: 2.2

 Attachments: Geronimo-4369.patch


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-10-20 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4369:
---

Affects Version/s: 2.2
Fix Version/s: 2.2

added affects and target fix releases

 The new attribute values are overwrote while restarting the DB pool connector
 -

 Key: GERONIMO-4369
 URL: https://issues.apache.org/jira/browse/GERONIMO-4369
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: kernel
Affects Versions: 2.2
 Environment: Geronimo 2.2 snapshot
 JDK 1.5
 Windows XP
Reporter: Ivan
 Fix For: 2.2


 After editing the values in the db pool, then restart it in the console, the 
 new values lost.
 When saving the new attribute values, such as user name,  the gbeandata in 
 the configurationManager is not updated, so while restarting the connector, 
 the gbinstance copies those old values from it. So the new persistent values 
 do not take effect, 
 Do I miss anything, thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.