You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/08/02 16:11:44 UTC

[jira] Created: (AXIS2-3959) JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods

JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods
------------------------------------------------------------------------------------------

                 Key: AXIS2-3959
                 URL: https://issues.apache.org/jira/browse/AXIS2-3959
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Background: 
MustUnderstand checking must be performed for all required headers.
This includes the headers associated with JAXWS method parameters and headers associated with JAXWS handlers.

Problem:
Currently the JAXWS headers associated with the JAXWS method parameters are recalculated on each request.  This has a performance overhead.

Solution:
The solution is to calculate the JAXWS headers for the method parameters one time and save the list on the AxisService.  
The JAXWS header calculation associated with handlers remains unchanged.

Next Step:
I am doing the final testing on the change.  

Kudos to David Strite who discovered this performance boost and worked with me on the proposed change.  



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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Work started: (AXIS2-3959) JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AXIS2-3959 started by Rich Scheuerle.

> JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3959
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3959
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Background: 
> MustUnderstand checking must be performed for all required headers.
> This includes the headers associated with JAXWS method parameters and headers associated with JAXWS handlers.
> Problem:
> Currently the JAXWS headers associated with the JAXWS method parameters are recalculated on each request.  This has a performance overhead.
> Solution:
> The solution is to calculate the JAXWS headers for the method parameters one time and save the list on the AxisService.  
> The JAXWS header calculation associated with handlers remains unchanged.
> Next Step:
> I am doing the final testing on the change.  
> Kudos to David Strite who discovered this performance boost and worked with me on the proposed change.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3959) JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle updated AXIS2-3959:
----------------------------------

    Component/s: jaxws

> JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3959
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3959
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Background: 
> MustUnderstand checking must be performed for all required headers.
> This includes the headers associated with JAXWS method parameters and headers associated with JAXWS handlers.
> Problem:
> Currently the JAXWS headers associated with the JAXWS method parameters are recalculated on each request.  This has a performance overhead.
> Solution:
> The solution is to calculate the JAXWS headers for the method parameters one time and save the list on the AxisService.  
> The JAXWS header calculation associated with handlers remains unchanged.
> Next Step:
> I am doing the final testing on the change.  
> Kudos to David Strite who discovered this performance boost and worked with me on the proposed change.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3959) JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3959.
-----------------------------------

    Resolution: Fixed

682006

> JAXWS: MustUnderstand checker should not recalculate the headers needed by the sei methods
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3959
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3959
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Background: 
> MustUnderstand checking must be performed for all required headers.
> This includes the headers associated with JAXWS method parameters and headers associated with JAXWS handlers.
> Problem:
> Currently the JAXWS headers associated with the JAXWS method parameters are recalculated on each request.  This has a performance overhead.
> Solution:
> The solution is to calculate the JAXWS headers for the method parameters one time and save the list on the AxisService.  
> The JAXWS header calculation associated with handlers remains unchanged.
> Next Step:
> I am doing the final testing on the change.  
> Kudos to David Strite who discovered this performance boost and worked with me on the proposed change.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org