Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Version 2, TBD
-
None
-
N/A
Description
When trying to serialize an XmlValidationError (e.g. thrown by a remote EJB interface method), a NonSerializableException is thrown:
org.apache.xmlbeans.XmlException: Validation failed ; nested exception is:
java.io.NotSerializableException: org.apache.xmlbeans.impl.schema.SchemaTypeImpl
Don't know whether it is feasible to make SchemaType serializable? Otherwise maybe only include SchemaTypeImpl.toString() values with the state of an XmlValidationError to be serialized...
Many thanks in advance,
Andreas