You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Fred Dushin (JIRA)" <ji...@apache.org> on 2010/12/14 21:22:18 UTC

[jira] Updated: (CXF-3191) SOAP binding is not propagating checked exceptions through interfaces generated from IDL

     [ https://issues.apache.org/jira/browse/CXF-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Dushin updated CXF-3191:
-----------------------------

    Attachment: CXF-3191.tar.gz

Enclosed is a test case for this defect.

This archive contains a stand-alone maven module.

Instructions for use:

1. Unpack the archive into a local directory.  The contents will expand into a local directory called CXF-3191.

2. CD into the CXF-3191 directory and issue "mvn install" on the command line.

The test will fail in the "catch ThrowMe" clause of the JUnit test.

Alternatively, issue mvn eclipse:eclipse on the command line, and import the generated Eclipse projects into your Eclipse workspace.

> SOAP binding is not propagating checked exceptions through interfaces generated from IDL
> ----------------------------------------------------------------------------------------
>
>                 Key: CXF-3191
>                 URL: https://issues.apache.org/jira/browse/CXF-3191
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.2.12
>            Reporter: Fred Dushin
>         Attachments: CXF-3191.tar.gz
>
>
> I have generated WSDL and Java sources from IDL.
> The IDL contains the definition of an interface with an operation that contains a checked exception (which is also defined in IDL).
> The servant throws this exception in its implementation.
> However, the exception is not getting propagated back to the client; instead, the client is receiving a javax.xml.ws.soap.SOAPFaultException.
> I have confirmed separately that the causing exception is not getting marshaled back to the client.
> Stand-alone test case (maven) to be submitted shortly.
> I will add any subsequent analysis to this ticket.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.