Re: [MARKETING] LinkedIn Group

2015-07-01 Thread MarvinToll
By the way... Spring currently has 32,691 members on their LinkedIn group... so, we have a ways to go! MarvinToll wrote > Gerhard let me know that some are interested in helping to "moderate" the > new LinkedIn group... which is great! > > If you have not moderated a LinkedIn group before... it

Re: [MARKETING] LinkedIn Group

2015-07-01 Thread MarvinToll
Gerhard let me know that some are interested in helping to "moderate" the new LinkedIn group... which is great! If you have not moderated a LinkedIn group before... it is not challenging... although you must have a LinkedIn account and already be "member" of the group. Please contact Marvin Toll

Re: Data and JPA module

2015-07-01 Thread Daniel Cunha
Thomas, I get it. Thank you. On Wed, Jul 1, 2015 at 6:51 AM, Thomas Hug wrote: > Hi Daniel > AFAIR we have a hook in the JPA module [1][2] where we can propagate the > repository EM to the transaction strategy (DefaultEntityManagerHolder and > [3]). So EntityManagerResolver should have preceden

[jira] [Closed] (DELTASPIKE-871) save() and findByxxx() in same transaction gives constraint violation exception

2015-07-01 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek closed DELTASPIKE-871. --- > save() and findByxxx() in same transaction gives constraint violation > exception >

[jira] [Resolved] (DELTASPIKE-871) save() and findByxxx() in same transaction gives constraint violation exception

2015-07-01 Thread Daniel Cunha (soro) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cunha (soro) resolved DELTASPIKE-871. Resolution: Cannot Reproduce > save() and findByxxx() in same transactio

[jira] [Commented] (DELTASPIKE-871) save() and findByxxx() in same transaction gives constraint violation exception

2015-07-01 Thread Daniel Cunha (soro) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14610192#comment-14610192 ] Daniel Cunha (soro) commented on DELTASPIKE-871: Hi [~mdkamaruzzaman],

[jira] [Updated] (DELTASPIKE-910) Add EntityRepository.getPrimaryKey(E entity)

2015-07-01 Thread Daniel Cunha (soro) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cunha (soro) updated DELTASPIKE-910: --- Fix Version/s: 1.4.2 > Add EntityRepository.getPrimaryKey(E entity) >

[jira] [Updated] (DELTASPIKE-941) JPA link broken in Data Module documentation

2015-07-01 Thread Daniel Cunha (soro) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cunha (soro) updated DELTASPIKE-941: --- Fix Version/s: 1.4.2 > JPA link broken in Data Module documentation >

[jira] [Updated] (DELTASPIKE-673) CdiQueryInvocationContext#isNew does not work well with OpenJpa and detached entities

2015-07-01 Thread Daniel Cunha (soro) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Cunha (soro) updated DELTASPIKE-673: --- Fix Version/s: 1.4.2 > CdiQueryInvocationContext#isNew does not work well

Re: Data and JPA module

2015-07-01 Thread Thomas Hug
Hi Daniel AFAIR we have a hook in the JPA module [1][2] where we can propagate the repository EM to the transaction strategy (DefaultEntityManagerHolder and [3]). So EntityManagerResolver should have precedence, but it depends overall on the TransactionStrategy if it's picked up or not. Agree that