axis2 1.6.1 migration issue - ListenerManager.defaultConfigurationContext
I'm currently migrating an axis2 1.5.1 installation to 1.6.1. currentyl I'm facing several issues.
e.g.: where's the
ListenerManager.defaultConfigurationContext
field gone? wher开发者_StackOverflow中文版e do I get the current configuration context?
regardsthat method is no longer supported. you can use MessageContext.getCurrentMessageContext().getConfigurationContext()
if you want to access the configuration context at the service.
精彩评论