[jira] Commented: (OPENJPA-1607) Using unidirectional one-to-many target foreign key throws exception

2011-01-03 Thread Maurice Bernards (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976731#action_12976731 ] Maurice Bernards commented on OPENJPA-1607: --- Thanks for your reply. Currently

[jira] Commented: (OPENJPA-1659) OpenJPA 2.0.0 annotation processor causes plain old Java compilation to fail

2011-01-03 Thread Tim Boudreau (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976826#action_12976826 ] Tim Boudreau commented on OPENJPA-1659: --- This is supposedly fixed in JDK 7's javac.

[jira] Resolved: (OPENJPA-1911) InvalidStateException is thrown when merge an entity with derived identiy

2011-01-03 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-1911. --- Resolution: Fixed InvalidStateException is thrown when merge an entity with derived identiy

[jira] Closed: (OPENJPA-1911) InvalidStateException is thrown when merge an entity with derived identiy

2011-01-03 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang closed OPENJPA-1911. - InvalidStateException is thrown when merge an entity with derived identiy

[jira] Created: (OPENJPA-1912) enhancer generates invalid code if fetch-groups is activated

2011-01-03 Thread Mark Struberg (JIRA)
enhancer generates invalid code if fetch-groups is activated Key: OPENJPA-1912 URL: https://issues.apache.org/jira/browse/OPENJPA-1912 Project: OpenJPA Issue Type: Bug

[jira] Commented: (OPENJPA-1912) enhancer generates invalid code if fetch-groups is activated

2011-01-03 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12976914#action_12976914 ] Mark Struberg commented on OPENJPA-1912: my naive question first: why do we need

[jira] Created: (OPENJPA-1913) If fetch-groups is used, detaching an entity will lead to all lazy loaded members get reset to null

2011-01-03 Thread Mark Struberg (JIRA)
If fetch-groups is used, detaching an entity will lead to all lazy loaded members get reset to null --- Key: OPENJPA-1913 URL:

[jira] Commented: (OPENJPA-84) Escape sql reserved words in column names

2011-01-03 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12977019#action_12977019 ] Knut-HÃ¥vard Aksnes commented on OPENJPA-84: --- This is also a problem for table

[jira] Updated: (OPENJPA-1913) If fetch-groups is used, detaching an entity will lead to all lazy loaded members get reset to null

2011-01-03 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg updated OPENJPA-1913: --- Attachment: OPENJPA-1913-test.patch Patch against the current trunk to demonstrate the