Petals Studio

Process not terminated (Jsr-181 tooling)

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.1.0
  • Fix Version/s: 1.1.1
  • Component/s: Petals Tools
  • Security Level: Public
  • Description:
    Hide

    Steps to reproduce it:

    • Create a new Jsr-181 project.
    • Generate the WSDL and the jbi.xml.

    You get a target invocation exception, due to the line:

    exitValue = process.exitValue();

    Instead, the process should invoke

    exitValue = process.waitFor();
    Show
    Steps to reproduce it:
    • Create a new Jsr-181 project.
    • Generate the WSDL and the jbi.xml.
    You get a target invocation exception, due to the line:
    exitValue = process.exitValue();
    Instead, the process should invoke
    exitValue = process.waitFor();
  • Environment:
    Linux Ubuntu

People

Dates

  • Created:
    Wed, 15 Sep 2010 - 18:12:21 +0200
    Updated:
    Wed, 15 Sep 2010 - 18:13:11 +0200
    Resolved:
    Wed, 15 Sep 2010 - 18:13:06 +0200