You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kandula-dev@ws.apache.org by "Srikanth KM (JIRA)" <ji...@apache.org> on 2010/08/16 12:09:16 UTC

[jira] Created: (AXIS2-4798) System out messages are being printed when a service is being created

System out messages are being printed when a service is being created
---------------------------------------------------------------------

                 Key: AXIS2-4798
                 URL: https://issues.apache.org/jira/browse/AXIS2-4798
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
         Environment: Windows XP
            Reporter: Srikanth KM
            Priority: Minor


When creating a service using the AXIS2 JAXWS APIs , there are certain system out being printed. These system outs are created when the call to create service delegate happens. The method org.apache.axis2..jaxws.spi.Provider.createServiceDelegate() are printing these system outs. 

It prints the schemas that are being loaded. The sample system outs are as below:

Retrieving document at 'file:/C:/ftp/Workspaces/sample/bin/META-INF/'.
Retrieving schema at 'CMIS-Messaging.xsd', relative to 'file:/C:/ftp/Workspaces/sample/bin/META-INF/'.
Retrieving schema at 'CMIS-Core.xsd', relative to 'file:/C:/ftp/Workspaces/sample/bin/META-INF/Messaging.xsd'.
Retrieving schema at 'CMIS-Core.xsd', relative to 'file:/C:/ftp/Workspaces/sample/bin/META-INF/'.


Is it possible to remove the System Outs or log it at a lower level or provide a handle to control the System Outs from being printed.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org