Afkham Azeez wrote: > We have a problem when it comes to replicating properties in our > clustering implementation. There are some properties which are > specific to a node, specially properties in the ConfigurationContext. hmm , as far as I know in a cluster all the replicates should be the same (so they need to have the same state) , so having different properties means different states. > Some properties are added by different modules such as Sandesha2, > Rampart to the ConfigurationContext. One thing is that these objects > are not serializable, and the other thing is that these properties > should not be replicated. Some information which are specific to a > node may be added to the ConfigurationContexts, and these should never > be replicated. > > So there should be some way to inform Axis2 about the properties that > need to be clustered and those that shouldn't be clustered. > > I suggest we introduce a new Map to AbstractContext called > clusterableProperties. Stuff that are added to this Map will be > replicated, and the service author/module author has to add the > properties that need to be replicated into the clusterableProperties Map. So go for it.
Thanks Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
