[jira] Closed: (OPENJPA-1870) Blob types override column definition from @Column annotation with MySQL

2010-11-09 Thread Joel Halbert (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Halbert closed OPENJPA-1870. - Thanks Mike. Blob types override column definition from @Column annotation with MySQL

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930105#action_12930105 ] Mark Struberg commented on OPENJPA-1873: I did further debugging. In the

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930120#action_12930120 ] Rick Curtis commented on OPENJPA-1873: -- Unfortunately option a.) gets my vote.

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930126#action_12930126 ] Mark Struberg commented on OPENJPA-1873: but it seems that EclipseLink and

[jira] Issue Comment Edited: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930126#action_12930126 ] Mark Struberg edited comment on OPENJPA-1873 at 11/9/10 9:15 AM:

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930166#action_12930166 ] Kevin Sutter commented on OPENJPA-1873: --- Hi guys, My two cents worth... I don't

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930171#action_12930171 ] Rick Curtis commented on OPENJPA-1873: -- but it seems that EclipseLink and Hibernate

[jira] Updated: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg updated OPENJPA-1873: --- Attachment: postloadtest.zip Hi! Just verified that @PostLoad gets fired in Hibernate. See

Re: [jira] Updated: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-09 Thread Mark Struberg
Btw, I just recognised that mvn clean install -Dmaven.test.skip=true is now working because the openjpa-maven-plugin still tries to test enhance the classes (which are not there in this case). I will fix this tonight (or tomorrow) and deploy a fresh snapshot to the codehaus repo. LieGrue,