Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.1
-
None
-
None
-
Windows XP, jdk1.5.0_08, Maven 1.0.2, Mozilla Firefox 1.5.0.6
Description
Faulty service should be generated and listed as a faulty service in the Axis2 admin console, when the fully qualified implementation class name is not specified in
the services.xml
Steps to reproduce:
===================
1. Create an *.aar with the following features.
- Define a class which is included in a package (ie:- pkgwso2\test)
- define the services.xml without specifying the fully qualified name of the class
i.e:- <parameter name="ServiceClass">test</parameter> - Bundle the archive correctly
2. Log in to Axis2 administration console and click on 'Upload Services' link in the left pane
3. Browse for the above service archive and upload it
4. Click on 'Available Services' link
Actual Result:
==============
Service is displayed as a valid entity.
Expected Result:
===============
Since the above service is not defined correctly, it should be listed as a faulty service.