[jira] Created: (OPENJPA-146) Entity enhancement fails while using EmbeddedId on a MappedSuperclass

2007-02-14 Thread Gokhan Ergul (JIRA)
Entity enhancement fails while using EmbeddedId on a MappedSuperclass - Key: OPENJPA-146 URL: https://issues.apache.org/jira/browse/OPENJPA-146 Project: OpenJPA Issue Type:

[jira] Updated: (OPENJPA-146) Entity enhancement fails while using EmbeddedId on a MappedSuperclass

2007-02-14 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokhan Ergul updated OPENJPA-146: - Attachment: test-case.zip Test case and trace output attached. Entity enhancement fails while

[jira] Commented: (OPENJPA-146) Entity enhancement fails while using EmbeddedId on a MappedSuperclass

2007-02-20 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474525 ] Gokhan Ergul commented on OPENJPA-146: -- Fix confirmed, thanks. Entity enhancement fails while using

[jira] Created: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-04-30 Thread Gokhan Ergul (JIRA)
Incorrect handling of cascading bidirectional collections during merge/attach - Key: OPENJPA-231 URL: https://issues.apache.org/jira/browse/OPENJPA-231 Project: OpenJPA

[jira] Updated: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-04-30 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokhan Ergul updated OPENJPA-231: - Attachment: jira-test-case.zip Attaching test-case to reproduce the issue and suggested patch.

[jira] Commented: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-04-30 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492830 ] Gokhan Ergul commented on OPENJPA-231: -- Note that the patch is developed against a nightly-snapshot of 0.9.7.

[jira] Commented: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-05-02 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493193 ] Gokhan Ergul commented on OPENJPA-231: -- Further testing reveals that the patch I submitted solves only

[jira] Updated: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-05-31 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokhan Ergul updated OPENJPA-235: - Attachment: merge-detached.patch merge-multigen-collection-testcase.zip Reece,