[ https://issues.apache.org/jira/browse/CXF-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16629691#comment-16629691 ]
Freeman Fang commented on CXF-7849: ----------------------------------- Hi, With the hello_world.wsdl I just attached, I can't reproduce the problem with CXF 3.2.6. {code} ./wsdl2java -all -compile hello_world.wsdl {code} works for me and the generated related method is {code} public void pingMe() throws PingMeFault, PingMeFault2; {code} There is an expected comma between PingMeFault and PingMeFault2 So we do need the wsdl to reproduce it. 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 > 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)