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

Ruwan Linton resolved SYNAPSE-53.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

FaultMediatorSerializer was just calling the toString method of the value 
attribute of the code element, which is a QName. Now it is changed to serialize 
this with the {prefix}:{localPart} and declare the namespace with the prefix. 
To do this I had to modify the Factor to take build the QName with the 
specified prefix.

> FaultmediatorFactory does not recognize the the output generated by fault 
> mediator serializer
> ---------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-53
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-53
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.91
>         Environment: winXP, Jdk1.5
>            Reporter: Charitha Kankanamge
>         Assigned To: Ruwan Linton
>             Fix For: 1.0
>
>
> Following issue was observed when serializing fault mediator.
> I inserted following element in to makefault mediator of the synapse 
> configuration.
>  <code value="tns:Receiver" 
> xmlns:tns="http://www.w3.org/2003/05/soap-envelope"/>
> When serializing it, the following was generated.
> <code value="{http://www.w3.org/2003/05/soap-envelope}Receiver"/>
> This  serialized output does not pick up by the fault mediator factory.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to