throw new FileNotFoundException("Repository Doesnot Exist");
}
//copy the LoggingModule.mar to "modules" folder.
//then modify the axis2.xml that is generating there according to
//phases that being included in the "module.xml"
ConfigurationContext configContext = new ConfigurationContextFactory().
createConfigurationContextFromFileSystem(repository.getAbsolutePath());
ServiceClient serviceClient = new ServiceClient(configContext, null);
serviceClient.engageModule(new QName("LoggingModule"));
// call.engageModule(new QName("LoggingModule"));
}