Petals SE Talend

Use the exceptions that are declared in the WSDL

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0, 1.0.1
  • Fix Version/s: 1.0.1
  • Component/s: None
  • Security Level: Public
  • Description:

    Currently, the exceptions that are sent have the "org.ow2.petals.se.talend.model", which is not a declared name space in the WSDL of the jobs.
    Whenever a fault is set in the Talend SE, the name space of the fault should be replaced by the right one.

  • Environment:
    All.

Activity

Hide
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 18:39:34 +0200

Commit # 15646

The faults are now built and set by hand (Java clients do not throw an error anymore when a server exception is raised).
The JAX-B schema were moved up in the WSDL (it prevents warnings from appearing with WsImport).
The fault definitions were updated (propagate the cause to the client).
The WSDL classes (that were used to build the initial WSDL) were deleted.

Show
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 18:39:34 +0200 Commit # 15646 The faults are now built and set by hand (Java clients do not throw an error anymore when a server exception is raised). The JAX-B schema were moved up in the WSDL (it prevents warnings from appearing with WsImport). The fault definitions were updated (propagate the cause to the client). The WSDL classes (that were used to build the initial WSDL) were deleted.

People

Dates

  • Created:
    Mon, 30 Aug 2010 - 15:59:24 +0200
    Updated:
    Mon, 30 Aug 2010 - 18:39:38 +0200
    Resolved:
    Mon, 30 Aug 2010 - 18:39:34 +0200