Hi all,

I'm 'hot-deploying' new web services from a handler running as first in
the Axis2 chain (before the transport phase).
I detect the target service is not available by checking the axis
configuration obtained this way:

registry = messageContext.getConfigurationContext().getAxisConfiguration()

and then

AxisService target = registry.getService("foo")


The problem is that after the hot-deployment the new service is not into
registry? What should I do?


Thanks in advance,
Michele

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to