public void startUp(ConfigurationContext configurationcontext, AxisService axisservice) {
Axis2Utils.overrideAddressingPhaseHander(configurationcontext, new StoreMessageHandler());
// Load the configuration file from the classpath
ConfigurationManager confmanager = new ConfigurationManager("conf" + File.separator + CONFIGURATION_FILE_NAME);
initDatabase(configurationcontext, confmanager);
}