I made rapid progress and was able to convert my application to using xfire in less than 2 hours (maven edits, xml file configuration) and WOW, a lot less heartache ( I will not miss my server-config.wsdd and BeanMapperPostProcessor, etc...)

Anyway, I have a java POJO that has some string data inside it that is not xml-compliant and when this POJO is serialized, it's throwing an Exception. I appreciate a pointer on how to proceed with using xfire to serialize this data.
Thanks a bunch.
Phillip

I am using the 1.2.3 versions of xfire-jaxb2,xfire-spring and xfire-java5

17:32:59,872 ERROR PostInvocationHandler:40 - org.codehaus.xfire.XFireRuntimeException: Error writing document.. Nested exception is com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x19) in text to output
17:32:59,880 ERROR DefaultFaultHandler:35 - Fault occurred!
org.codehaus.xfire.XFireRuntimeException: Error writing document.. Nested exception is com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x19) in text to output com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x19) in text to output at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:444) at org.codehaus.xfire.aegis.stax.ElementWriter.writeValue(ElementWriter.java:138) at org.codehaus.xfire.aegis.type.basic.StringType.writeObject(StringType.java:26) at org.codehaus.xfire.aegis.type.basic.BeanType.writeObject(BeanType.java:417) at org.codehaus.xfire.aegis.type.basic.ArrayType.writeValue(ArrayType.java:293) at org.codehaus.xfire.aegis.type.basic.ArrayType.writeObject(ArrayType.java:210)



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to