You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Nencho Lupanov <ne...@googlemail.com> on 2007/07/17 13:14:31 UTC

[axis2] Admin Servlet getGloballyEngaged modules

Hi all ,

I am looking at the axis2 admin webapp functionality.
I am wondering what is the difference between:

1)mc.getConfigurationContext().getAxisConfiguration().getEngagedModules();

and

2)mc.getConfigurationContext().getAxisConfiguration().getGlobalModules();


wwhen i click on the "Globally Engaged
Modules<http://localhost:8081/wsstack/axis2-admin/globalModules>" link
on the Admin page it executes 2)
but shouldn't it execute 1)   ?
what is the difference?

Thanks,
Nencho