I too made the jump from AXIS to XFire and was DAMN glad I did. I had the same experience you did. I got to go home to my family before 10:00 PM - Thanks to the XFire Team!
-----Original Message----- From: spamsucks [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 3:46 PM To: [email protected] Subject: [xfire-user] Invalid white space character also in xfire 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:13 8) at org.codehaus.xfire.aegis.type.basic.StringType.writeObject(StringType.java:2 6) 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 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.15.15/581 - Release Date: 12/9/2006 3:41 PM --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
