Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.0
-
None
Description
we have a @Dependent Service with @Transactional methods and use it in a vaadin component.
vaadin stores everything in the session. so it tries to serialize the DefaultEntityManagerHolder and serialization is not working because neither DefaultEntityManagerHolder nor ActiveEntityManagerHolder is Serialzeable.