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 14:39:05 UTC

[jira] Created: (AXIS2-2209) JAX-WS Avoid loading class during metadata

JAX-WS Avoid loading class during metadata
------------------------------------------

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


Loading application classes should be avoided during the metadata processing layer.

The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.

The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.

The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle updated AXIS2-2209:
----------------------------------

    Attachment: patch2.txt

This new patch moves the fault bean calculation out of metadata and into the jaxws module

> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt, patch2.txt
>
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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] Reopened: (AXIS2-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle reopened AXIS2-2209:
-----------------------------------


Reopening to address similar class loading issues with fault beans

> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle updated AXIS2-2209:
----------------------------------

    Component/s: jaxws

> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle resolved AXIS2-2209.
-----------------------------------

    Resolution: Fixed

Committed revision 509388.

> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt, patch2.txt
>
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle updated AXIS2-2209:
----------------------------------

    Attachment: patch.txt

> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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-2209) JAX-WS Avoid loading class during metadata

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

Rich Scheuerle resolved AXIS2-2209.
-----------------------------------

    Resolution: Fixed

Committed revision 508905.



> JAX-WS Avoid loading class during metadata
> ------------------------------------------
>
>                 Key: AXIS2-2209
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2209
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Loading application classes should be avoided during the metadata processing layer.
> The first step to achieve this goal is to move the @RequestWrapper and @ResponseWrapper classname defaulting to the jaxws marshal layer.
> The current code in the metadata layer attempts to find @RequestWrapper and @ResponseWrapper classnames doing class loading.  This is inefficient.  And JSR-181 and JSR-224 do not provide defaults for the classname parameters.
> The proposal is to move this calculation to the marshalling layer in JAXWS.  JAX-WS can use a proprietary mechanism to default/find/build wrapper classes as 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