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 2007/02/18 17:07:05 UTC

[jira] Created: (AXIS2-2210) JAXWS Should cache the @PostConstruct methods to unnecessary reflection.

JAXWS Should cache the @PostConstruct methods to unnecessary reflection.
------------------------------------------------------------------------

                 Key: AXIS2-2210
                 URL: https://issues.apache.org/jira/browse/AXIS2-2210
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: jaxws
            Reporter: Rich Scheuerle
         Assigned To: Rich Scheuerle


Currently the EndpointLifecycle manager is performing reflection on the service instance to determine
if it has a method with @PostConstruct.  We should do this one time and save the information away in the "injection description".

I am currently testing a patch.

This problem was discovered by David Strite, who is part of IBM's performance analysis team.  Thanks David !


-- 
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-2210) JAXWS Should cache the @PostConstruct methods to unnecessary reflection.

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

Rich Scheuerle resolved AXIS2-2210.
-----------------------------------

    Resolution: Fixed

Committed revision 508918.

> JAXWS Should cache the @PostConstruct methods to unnecessary reflection.
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-2210
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2210
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Currently the EndpointLifecycle manager is performing reflection on the service instance to determine
> if it has a method with @PostConstruct.  We should do this one time and save the information away in the "injection description".
> I am currently testing a patch.
> This problem was discovered by David Strite, who is part of IBM's performance analysis team.  Thanks David !

-- 
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-2210) JAXWS Should cache the @PostConstruct methods to unnecessary reflection.

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

Rich Scheuerle updated AXIS2-2210:
----------------------------------

    Attachment: patch.txt

> JAXWS Should cache the @PostConstruct methods to unnecessary reflection.
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-2210
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2210
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Currently the EndpointLifecycle manager is performing reflection on the service instance to determine
> if it has a method with @PostConstruct.  We should do this one time and save the information away in the "injection description".
> I am currently testing a patch.
> This problem was discovered by David Strite, who is part of IBM's performance analysis team.  Thanks David !

-- 
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