Unnecessary warning when deploying a service with a custom message receiver
---------------------------------------------------------------------------
Key: AXIS2-2923
URL: https://issues.apache.org/jira/browse/AXIS2-2923
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Ruchith Udayanga Fernando
org.apache.axis2.deployment.ServiceBuilder class contains the following snippet
which shows an unnecessary warning IMHO.
if (service.getParameter("ServiceClass") == null) {
log.info("The Service " + service.getName() + " does not
specify a Service Class");
}
This warning should be provided only when a service uses a message receiver
that uses the "ServiceClass" parameter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]