Hi,
While providing a solution for a support issue, I noticed that the
axis2.xml in WSO2AM-1.7.0 is not up to date.
I had to replace
<messageFormatter contentType="application/json"
class="org.apache.axis2.json.JSONStreamFormatter"/>
with
<messageFormatter contentType="application/json"
class="org.apache.synapse.commons.json.JsonStreamFormatter"/>
and
<messageBuilder contentType="application/json"
class="org.apache.axis2.json.JSONStreamBuilder"/>
with
<messageBuilder contentType="application/json"
class="org.apache.synapse.commons.json.JsonStreamBuilder"/>
Please update this. (There might be other updates as well)
Thanks,
Seshika
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev