Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
None
-
Windows XP, jdk1.5.0_08, Maven 1.0.2, Mozilla Firefox 1.5.0.6
Description
Faulty services are displayed in the 'Available Services' list even if the user removes them from ..\WEB-INF\services directory.
System lists down these services until the tomcat server is restarted.
Steps to reproduce:
===================
1. Create a faulty *.aar file
2. Log in to Axis2 administration console and click on 'Upload Services' link in the left pane
3. Browse for the faulty service archive and upload it
4. Click on 'Available Services' link
5. The uploaded service archive will be listed under 'Faulty Services'
6. Navigate to the %tomcathome%\webapps\axis2\WEB-INF\services directory and remove the faulty *.aar file
7. Refresh the administration console and check the 'Available Services' list
Actual Result:
=============
Faulty service is still displayed in the 'Available Services' list.
Expected Result:
================
Faulty service should be removed from the 'Available Services' list when user removes the archive file from the ..\WEB-INF\services directory.