Kunal Pagariya created CXF-7849:
-----------------------------------
Summary: 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
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)