[ https://issues.apache.org/activemq/browse/CAMEL-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49801#action_49801 ]
wtam edited comment on CAMEL-1351 at 2/19/09 1:33 PM: ------------------------------------------------------------- Fix has been committed but it needs cxf 2.1.5 (not yet released) to complete unit test and wiki update. 1.x: Committed revision 746004. Trunk: Committed revision 745978. was (Author: wtam): Fix has been committed but it needs cxf 2.1.5 (not yet released) to complete unit test and wiki update. 1.5.x: Committed revision 746004. Trunk: Committed revision 745978. > camel-cxf should preserve user-* phase interceptors (in PAYLOAD and MESSAGE > mode) > --------------------------------------------------------------------------------- > > Key: CAMEL-1351 > URL: https://issues.apache.org/activemq/browse/CAMEL-1351 > Project: Apache Camel > Issue Type: Improvement > Components: camel-cxf > Affects Versions: 1.5.0 > Reporter: William Tam > Assignee: William Tam > Priority: Minor > Fix For: 2.0.0, 1.6.1 > > > Camel-cxf should preserve user-* phase interceptors so that users can add > their own interceptor if they choose to. One usecase is to be able to use > LoggingOutInterceptor in MESSAGE mode. Since LoggingOutInterceptor is > PRE_STREAM phase by default and it is removed in MESSAGE mode, it would be > nice to enable LoggingOutInterceptor by just changed it to USER_STREAM phase > like: > <bean class="...LoggingOutInterceptor> > <constructor-arg value="user-stream"/> > </bean> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.