Hi, I'm using XStream 1.4.5 and Google App Engine 1.8.8 (and new to both, so my knowledge is limited). I'm getting the exception below. I saw a posting about this problem from a few years ago, but didn't quite understand the solution. Is there a work-around for this?
Thanks, Zebulah java.lang.NoClassDefFoundError: java.awt.font.TextAttribute is a restricted class. Please see the Google App Engine developer's guide for more details. at com.google.appengine.runtime.Request.process-b91d037a09503172(Request.java) at java.awt.font.TextAttribute.<clinit>(TextAttribute.java) at java.lang.reflect.Field.get(Field.java:30) at com.thoughtworks.xstream.core.util.Fields.read(Fields.java:69) at com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter.readResolve(AbstractAttributedCharacterIteratorAttributeConverter.java:128) at com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter.<init>(AbstractAttributedCharacterIteratorAttributeConverter.java:65) at com.thoughtworks.xstream.converters.extended.TextAttributeConverter.<init>(TextAttributeConverter.java:33) at com.thoughtworks.xstream.converters.extended.FontConverter.<init>(FontConverter.java:56) at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:797) at com.thoughtworks.xstream.XStream.<init>(XStream.java:556) at com.thoughtworks.xstream.XStream.<init>(XStream.java:485) at com.thoughtworks.xstream.XStream.<init>(XStream.java:454) at com.thoughtworks.xstream.XStream.<init>(XStream.java:400) at com.thoughtworks.xstream.XStream.<init>(XStream.java:339) at com.abigailtech.appdirect.events.SubscriptionOrderEvent.getXStream(SubscriptionOrderEvent.java:329)