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 "Dustin Amrhein (JIRA)" <ji...@apache.org> on 2007/02/07 01:51:05 UTC

[jira] Created: (AXIS2-2126) Defer loading of parameter class type in ParameterDescriptionImpl

Defer loading of parameter class type in ParameterDescriptionImpl
-----------------------------------------------------------------

                 Key: AXIS2-2126
                 URL: https://issues.apache.org/jira/browse/AXIS2-2126
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
    Affects Versions: 1.2
            Reporter: Dustin Amrhein
            Priority: Minor
             Fix For: 1.2


Currently the class that represents the parameter type of a ParameterDescriptionImpl object in MDQ is loaded in the call to the ParameterDescriptionImpl constructor. We should defer this loading until the paramter type class is needed.

-- 
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-2126) Defer loading of parameter class type in ParameterDescriptionImpl

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

Dustin Amrhein updated AXIS2-2126:
----------------------------------

    Attachment: patch.txt

> Defer loading of parameter class type in ParameterDescriptionImpl
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2126
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2126
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.2
>            Reporter: Dustin Amrhein
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: patch.txt
>
>
> Currently the class that represents the parameter type of a ParameterDescriptionImpl object in MDQ is loaded in the call to the ParameterDescriptionImpl constructor. We should defer this loading until the paramter type class is needed.

-- 
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-2126) Defer loading of parameter class type in ParameterDescriptionImpl

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

Rich Scheuerle resolved AXIS2-2126.
-----------------------------------

    Resolution: Fixed

Done!   Thanks Dustin.

Committed revision 504406.

Getting the parameter type class may be a candidate for the OperationRuntimeDescription object (See JIRA AXIS2-1800).
Do we use this information during the initialization processing or do we use it only in runtime message processing ?



> Defer loading of parameter class type in ParameterDescriptionImpl
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2126
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2126
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.2
>            Reporter: Dustin Amrhein
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: patch.txt
>
>
> Currently the class that represents the parameter type of a ParameterDescriptionImpl object in MDQ is loaded in the call to the ParameterDescriptionImpl constructor. We should defer this loading until the paramter type class is needed.

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