Description
org.apache.axis2.context.ServiceContext has
public ConfigurationContext getConfigurationContext()
Instead of calculating the parent value in getConfigurationContext() (through parent.getParent()),
can the parent.getParent() value be cached in constructor itself? This will save the cast when the
getConfigurationContext() gets called from different places during serialization/de-serialization
more than once.