Having non-Element detail of a XFireFault results in ClassCastException
-----------------------------------------------------------------------
Key: XFIRE-726
URL: http://jira.codehaus.org/browse/XFIRE-726
Project: XFire
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1
Reporter: Yves
Assigned To: Dan Diephouse
I set the detail of an XFireFault with an element which contains Text nodes at
the beginning. Such a XFireFault can't be serialized since the
Soap11FaultSerializer always casts to Element:
from Soap11FaultSerializer
<snip>
List details = detail.getContent();
for (int i = 0; i < details.size(); i++)
{
serializer.writeElement((Element) details.get(i), writer);
}
</snip>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email