[
https://issues.apache.org/jira/browse/CXF-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548979
]
jimma commented on CXF-1267:
----------------------------
JAXWS2.1 does not require to use ASM. We only use ASM to generate WrapperBean
classes .
The wrapper classes are needed when publish the following sei as a service :
publish interface AddNumbers {
List<Integer> addNumbers(
@XmlList
List<String> arg);
}
Use ASM , we do not need to do this in two steps : use tools to generate soure
file and compile these source files to classes.
> Use ASM to generate wrapperBean class directly
> ----------------------------------------------
>
> Key: CXF-1267
> URL: https://issues.apache.org/jira/browse/CXF-1267
> Project: CXF
> Issue Type: Sub-task
> Reporter: jimma
> Assignee: jimma
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.