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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]