]
Scott Marlow updated AS7-575:
-----------------------------
Summary: ExtendedEntityManager should be serializable for clustering (was: JPA
support for Clustering)
ExtendedEntityManager should be serializable for clustering
-----------------------------------------------------------
Key: AS7-575
URL:
https://issues.jboss.org/browse/AS7-575
Project: Application Server 7
Issue Type: Sub-task
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 7.0.0.CR1
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
http://pastie.org/1795594
After making the above serializable, then got:
NotSerializableException: org.hibernate.validator.engine.ValidatorFactoryImpl
Perhaps we need something like org.jboss.jca.core.bv.SerializableValidatorFactory
--
This message is automatically generated by JIRA.
For more information on JIRA, see: