Branch: refs/heads/master
Home: https://github.com/seam/persistence
Commit: ccf73eec01785dfd47459a311a91ce81cd3c1a19
https://github.com/seam/persistence/commit/ccf73eec01785dfd47459a311a91ce81cd3c1a19
Author: hernandazevedo <[email protected]>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M impl/src/main/java/org/jboss/seam/persistence/PersistenceContextsImpl.java
Log Message:
-----------
Update PersistenceContextsImpl.java
I´m facing some problems using seam persistence(3.0.0.Final) in clustered
tomcat6.
When using session replication throught DeltaManager, the following exception
occurs:
org.apache.catalina.ha.session.DeltaManager requestCompleted
SEVERE: Unable to serialize delta request for sessionid
[4F3785FD97924B5DD4D948B562F057E2.node2]
java.io.NotSerializableException:
org.jboss.seam.persistence.PersistenceContextsImpl$PersistenceContextDefintition
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
I´ve modified the inner class PersistenceContextDefintition removing static and
implementing Serializable to solve my problem.
Commit: 89a2d28640ad880af6282e2d50eb8a8e90f37a21
https://github.com/seam/persistence/commit/89a2d28640ad880af6282e2d50eb8a8e90f37a21
Author: Lincoln Baxter, III <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M impl/src/main/java/org/jboss/seam/persistence/PersistenceContextsImpl.java
Log Message:
-----------
Merge pull request #14 from hernandazevedo/patch-1
Update PersistenceContextsImpl.java
Compare: https://github.com/seam/persistence/compare/144ea3912b53...89a2d28640ad
_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits