Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7849

Facing issue in wsdl2java conversion using CXF 3.2.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • NeedMoreInfo
    • None
    • None
    • Unknown

    Description

      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

      {

      }

       

      Attachments

        1. hello_world.wsdl
          7 kB
          Freeman Yue Fang

        Activity

          People

            ffang Freeman Yue Fang
            kunalpag Kunal Pagariya
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: