You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (Created) (JIRA)" <ji...@apache.org> on 2011/11/08 15:25:51 UTC

[jira] [Created] (CAMEL-4644) MessageDataFormatFeature should keep the LoggingOutInterceptor

MessageDataFormatFeature should keep the LoggingOutInterceptor
--------------------------------------------------------------

                 Key: CAMEL-4644
                 URL: https://issues.apache.org/jira/browse/CAMEL-4644
             Project: Camel
          Issue Type: Improvement
          Components: camel-cxf
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.9.0


Because the user need to reset the default phase of LoggingOutInterceptor to get it work.
It could be more convince if we keep the LoggingOutInterceptor in MessageDataFormatFeature. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4644) MessageDataFormatFeature should keep the LoggingOutInterceptor

Posted by "Willem Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146335#comment-13146335 ] 

Willem Jiang commented on CAMEL-4644:
-------------------------------------

@Dan

Yes, it is an interesting requirement, we can let user have the full control of which interceptor need to be keeped in this way. I will fill another JIRA for this requirement.

BTW, MessageDataFormatFeature doesn't touch the interceptors of bus, it's a back door for the user :) 
                
> MessageDataFormatFeature should keep the LoggingOutInterceptor
> --------------------------------------------------------------
>
>                 Key: CAMEL-4644
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4644
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.0
>
>
> Because the user need to reset the default phase of LoggingOutInterceptor to get it work.
> It could be more convince if we keep the LoggingOutInterceptor in MessageDataFormatFeature. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CAMEL-4644) MessageDataFormatFeature should keep the LoggingOutInterceptor

Posted by "Willem Jiang (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146335#comment-13146335 ] 

Willem Jiang edited comment on CAMEL-4644 at 11/8/11 2:52 PM:
--------------------------------------------------------------

@Dan

Yes, it is an interesting requirement, we can let user have the full control of which interceptor need to be keeped in this way. I will fill another JIRA for this requirement.

BTW, MessageDataFormatFeature doesn't touch the interceptors of bus, it's a back door for the user without the new enhancement :) 
                
      was (Author: njiang):
    @Dan

Yes, it is an interesting requirement, we can let user have the full control of which interceptor need to be keeped in this way. I will fill another JIRA for this requirement.

BTW, MessageDataFormatFeature doesn't touch the interceptors of bus, it's a back door for the user :) 
                  
> MessageDataFormatFeature should keep the LoggingOutInterceptor
> --------------------------------------------------------------
>
>                 Key: CAMEL-4644
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4644
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.0
>
>
> Because the user need to reset the default phase of LoggingOutInterceptor to get it work.
> It could be more convince if we keep the LoggingOutInterceptor in MessageDataFormatFeature. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4644) MessageDataFormatFeature should keep the LoggingOutInterceptor

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-4644.
---------------------------------

    Resolution: Fixed

Applied the patch into trunk.
                
> MessageDataFormatFeature should keep the LoggingOutInterceptor
> --------------------------------------------------------------
>
>                 Key: CAMEL-4644
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4644
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.0
>
>
> Because the user need to reset the default phase of LoggingOutInterceptor to get it work.
> It could be more convince if we keep the LoggingOutInterceptor in MessageDataFormatFeature. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4644) MessageDataFormatFeature should keep the LoggingOutInterceptor

Posted by "Daniel Kulp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146328#comment-13146328 ] 

Daniel Kulp commented on CAMEL-4644:
------------------------------------


Willem,

Is it possible to make this keep any interceptors that the user explicitly configures in via the  cxfEndpoint element in the config?    Basically, remove everything as before, but then add back in the stuff configured in the factory directly?   Thus, Logging wouldn't be "special cased" like this, but could apply to other interceptors that the user may need/want on there.

Dan
                
> MessageDataFormatFeature should keep the LoggingOutInterceptor
> --------------------------------------------------------------
>
>                 Key: CAMEL-4644
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4644
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.9.0
>
>
> Because the user need to reset the default phase of LoggingOutInterceptor to get it work.
> It could be more convince if we keep the LoggingOutInterceptor in MessageDataFormatFeature. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira