You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/05/13 19:09:19 UTC

[jira] Created: (SMXCOMP-744) Cache the interceptor chain

Cache the interceptor chain
---------------------------

                 Key: SMXCOMP-744
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-744
             Project: ServiceMix Components
          Issue Type: Improvement
          Components: servicemix-cxf-bc
            Reporter: Guillaume Nodet
            Assignee: Freeman Fang


We need to cache the interceptor chain because the creation of the chain is quite time consuming.

Either using the PhaseInterceptorChain, or directly using InterceptorChain#clone()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMXCOMP-744) Cache the interceptor chain

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMXCOMP-744:
------------------------------------

    Fix Version/s: servicemix-cxf-bc-2010.02

> Cache the interceptor chain
> ---------------------------
>
>                 Key: SMXCOMP-744
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-744
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-cxf-bc
>            Reporter: Guillaume Nodet
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2010.02
>
>
> We need to cache the interceptor chain because the creation of the chain is quite time consuming.
> Either using the PhaseInterceptorChain, or directly using InterceptorChain#clone()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMXCOMP-744) Cache the interceptor chain

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned SMXCOMP-744:
---------------------------------------

    Assignee: Guillaume Nodet  (was: Freeman Fang)

> Cache the interceptor chain
> ---------------------------
>
>                 Key: SMXCOMP-744
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-744
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-cxf-bc
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: servicemix-cxf-bc-2010.02
>
>
> We need to cache the interceptor chain because the creation of the chain is quite time consuming.
> Either using the PhaseInterceptorChain, or directly using InterceptorChain#clone()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMXCOMP-744) Cache the interceptor chain

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMXCOMP-744.
-------------------------------------

    Resolution: Fixed

Sending        src/main/java/org/apache/servicemix/cxfbc/CxfBcProvider.java
Transmitting file data .
Committed revision 943957.


> Cache the interceptor chain
> ---------------------------
>
>                 Key: SMXCOMP-744
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-744
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-cxf-bc
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: servicemix-cxf-bc-2010.02
>
>
> We need to cache the interceptor chain because the creation of the chain is quite time consuming.
> Either using the PhaseInterceptorChain, or directly using InterceptorChain#clone()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.