[
https://issues.apache.org/jira/browse/CXF-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang updated CXF-7849:
------------------------------
Attachment: hello_world.wsdl
> Facing issue in wsdl2java conversion using CXF 3.2.2
> ----------------------------------------------------
>
> Key: CXF-7849
> URL: https://issues.apache.org/jira/browse/CXF-7849
> Project: CXF
> Issue Type: Bug
> Reporter: Kunal Pagariya
> Assignee: Freeman Fang
> Priority: Critical
> Attachments: hello_world.wsdl
>
>
> Earlier we were using CXF 3.1.7 version.
> Now we have moved to CXF 3.2.0 to generate the java classes.
> In the generation we are facing compilation issues (comma is missing in
> throws)mentioned below
>
> void test() throws IOException Exception
> {
> }
>
> This should be generated as
> void test() throws IOException , Exception
> {
> }
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)