[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1677) Redirect CXF message logging to jboss log
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Nov 30 12:07:46 EST 2007
[ http://jira.jboss.com/jira/browse/JBWS-1677?page=all ]
Thomas Diesler updated JBWS-1677:
---------------------------------
Summary: Redirect CXF message logging to jboss log (was: Redirect XFire message logging to jboss log)
We add META-INF/cxf/cxf-extension-jbossws.xml to cxf.extension in cxf-2.0.3-incubator.jar
cxf-extension-jbossws.xml
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://cxf.apache.org/core"
xsi:schemaLocation="http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="logInbound" class="org.apache.cxf.interceptor.LoggingInInterceptor"/>
<bean id="logOutbound" class="org.apache.cxf.interceptor.LoggingOutInterceptor"/>
<cxf:bus>
<cxf:inInterceptors>
<ref bean="logInbound"/>
</cxf:inInterceptors>
<cxf:outInterceptors>
<ref bean="logOutbound"/>
</cxf:outInterceptors>
<cxf:inFaultInterceptors>
<ref bean="logOutbound"/>
</cxf:inFaultInterceptors>
</cxf:bus>
</beans>
> Redirect CXF message logging to jboss log
> -----------------------------------------
>
> Key: JBWS-1677
> URL: http://jira.jboss.com/jira/browse/JBWS-1677
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: integration-cxf
> Reporter: Thomas Diesler
> Assigned To: Thomas Diesler
> Fix For: jbossws-2.1.0
>
>
> This cuurently uses the jdk logging
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbossws-issues
mailing list