[
https://issues.apache.org/jira/browse/CXF-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16628548#comment-16628548
]
Freeman Fang commented on CXF-7849:
-----------------------------------
Hi,
Could you please append the wsdl file so that we can reproduce?
Thanks
Freeman
> 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
> Priority: Critical
>
> 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)