You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "neng xu (JIRA)" <ji...@apache.org> on 2013/04/12 21:08:17 UTC

[jira] [Created] (CXF-4961) Configuration

neng xu created CXF-4961:
----------------------------

             Summary: Configuration 
                 Key: CXF-4961
                 URL: https://issues.apache.org/jira/browse/CXF-4961
             Project: CXF
          Issue Type: Improvement
          Components: Configuration
            Reporter: neng xu
            Priority: Critical
             Fix For: 2.7.5


My application is a web service Server using CXF SOAP stack and running in Tomcat. 
The server uses  /cxf.xml (in classpath) to configure server logging interceptor. 
Now, the server needs to invoke other web service server as a client. 
Business requires has different requirement to client logging vs. server logging.
We have to define a client logging interceptor which is different from server logging interceptor.

How do I configure a client logging interceptor besides a server logging interceptor.

Based on Apache document, both CXF server and client will use same /cxf.xml file.
With Axis, there are two configuration files: one for server and the other for client. 
But, with CXF, I do not see server cxf.xml and client cxf.xml.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira