-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
As a quick test, I attempted to serialize an instance of EntendedEntityManager and the first casualty was a NotSerializableException on org.jboss.as.ee.beanvalidation.LazyValidatorFactory
After making the above serializable, then got:
NotSerializableException: org.hibernate.validator.engine.ValidatorFactoryImpl
Perhaps we need something like org.jboss.jca.core.bv.SerializableValidatorFactory