You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/09/25 13:08:23 UTC

[jira] Resolved: (SM-577) JSR 181 fault message does not respect WSDL message fault definition

     [ https://issues.apache.org/activemq/browse/SM-577?page=all ]

Guillaume Nodet resolved SM-577.
--------------------------------

    Fix Version/s: 3.1
       Resolution: Fixed
         Assignee: Guillaume Nodet

Author: gnodet
Date: Mon Sep 25 04:09:46 2006
New Revision: 449649

URL: http://svn.apache.org/viewvc?view=rev&rev=449649
Log:
SM-577: JSR181 fault messages does not respect WSDL message fault definition

Modified:
   incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/Jsr181HttpTest.java
   incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/PersonTest.java
   incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/beans/Echo.java
   incubator/servicemix/trunk/servicemix-jsr181/src/main/java/org/apache/servicemix/jsr181/Jsr181ExchangeProcessor.java
   incubator/servicemix/trunk/servicemix-jsr181/src/main/java/org/apache/servicemix/jsr181/xfire/JbiFaultSerializer.java


> JSR 181 fault message does not respect WSDL message fault definition
> --------------------------------------------------------------------
>
>                 Key: SM-577
>                 URL: https://issues.apache.org/activemq/browse/SM-577
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-jsr181
>    Affects Versions: incubation
>         Environment: Linux
>            Reporter: Charles Souillard
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> I have deployed a new Service in jsr181 component. This service is based on a pojo with no annotations and is using style="document".
> The java method only perform a throw new Exception.
> The Component which get the jsr181 response is receiving a document with the following pattern :
> <fault>
>  <message>Fault: the name of the exception thrown</message>
>  <detail>a document corresponding to the fault message defined in the wsdl</detail>
> </fault> 
> In fact, only the detail content should be set as the Fault (NormalizeMessage) content.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira