[jira] [Updated] (DELTASPIKE-1034) DefaultEntityManagerHolder is not Serializeable

2015-11-27 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-1034: - Priority: Minor (was: Major) > DefaultEntityManagerHolder is not

[jira] [Created] (DELTASPIKE-1034) DefaultEntityManagerHolder is not Serializeable

2015-11-27 Thread Reinhard Sandtner (JIRA)
Reinhard Sandtner created DELTASPIKE-1034: - Summary: DefaultEntityManagerHolder is not Serializeable Key: DELTASPIKE-1034 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1034 Project:

[jira] [Commented] (DELTASPIKE-1034) DefaultEntityManagerHolder is not Serializeable

2015-11-27 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029872#comment-15029872 ] Gerhard Petracek commented on DELTASPIKE-1034: -- changed to minor, because it's possible

[jira] [Resolved] (DELTASPIKE-1034) DefaultEntityManagerHolder is not Serializeable

2015-11-27 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-1034. -- Resolution: Fixed > DefaultEntityManagerHolder is not Serializeable >

Re: deltaspike git commit: DELTASPIKE-1034 ActiveEntityManagerHolder needs to be Serializable

2015-11-27 Thread Gerhard Petracek
hi john, that just means an implementation needs to rely on it or needs additional concepts to handle it differently. DefaultEntityManagerHolder doesn't store it at all and the only useful implementation needed by the data-module stores it as a thread-local (see ThreadLocalEntityManagerHolder).