[jira] Updated: (OPENJPA-236) No apparent way to generate all required SQL within a class derived from FullClassStrategy

2007-05-09 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-236: Issue Type: New Feature (was: Bug) In fact, there is no way to override the insertion SQL being g

[jira] Updated: (OPENJPA-237) Value.setAliases does not copy alias strings

2007-05-07 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-237: Attachment: Value.diff SVN diff for the change required, plus a test case. > Value.setAliases doe

[jira] Created: (OPENJPA-237) Value.setAliases does not copy alias strings

2007-05-07 Thread David Ezzio (JIRA)
Value.setAliases does not copy alias strings Key: OPENJPA-237 URL: https://issues.apache.org/jira/browse/OPENJPA-237 Project: OpenJPA Issue Type: Bug Components: lib Affects Versions

[jira] Updated: (OPENJPA-236) No apparent way to generate all required SQL within a class derived from FullClassStrategy

2007-05-07 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-236: Description: FullClassStrategy has several optional methods for overriding OpenJPA's generation o

[jira] Updated: (OPENJPA-236) No apparent way to generate all required SQL within a class derived from FullClassStrategy

2007-05-07 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-236: Attachment: OpenJPABugCustomSQL.zip Test case demonstrating the issue. > No apparent way to gener

[jira] Updated: (OPENJPA-236) No apparent way to generate all required SQL within a class derived from FullClassStrategy

2007-05-07 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-236: Component/s: kernel Affects Version/s: 0.9.7 > No apparent way to generate all required

[jira] Created: (OPENJPA-236) No apparent way to generate all required SQL within a class derived from FullClassStrategy

2007-05-07 Thread David Ezzio (JIRA)
No apparent way to generate all required SQL within a class derived from FullClassStrategy -- Key: OPENJPA-236 URL: https://issues.apache.org/jira/browse/OPENJPA-236

[jira] Updated: (OPENJPA-118) AutoDetach property has no effect

2007-01-31 Thread David Ezzio (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio updated OPENJPA-118: Attachment: TestFixesForOpenJPA-118.zip Tests and fixes for the bug. Not sure if the tests are in

[jira] Created: (OPENJPA-118) AutoDetach property has no effect

2007-01-31 Thread David Ezzio (JIRA)
AutoDetach property has no effect - Key: OPENJPA-118 URL: https://issues.apache.org/jira/browse/OPENJPA-118 Project: OpenJPA Issue Type: Bug Components: lib Environment: Java SE

[jira] Updated: (OPENJPA-89) Bulk delete fails to delete owned many-to-many relationship (entry remains in join table)

2006-12-14 Thread David Ezzio (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-89?page=all ] David Ezzio updated OPENJPA-89: --- Attachment: BugOJPA-89.zip Test case for deleting entities that own *-to-many relationships mapped with join tables. One test of ten fails, showing reported bug

[jira] Created: (OPENJPA-89) Bulk delete fails to delete owned many-to-many relationship (entry remains in join table)

2006-12-14 Thread David Ezzio (JIRA)
Bulk delete fails to delete owned many-to-many relationship (entry remains in join table) - Key: OPENJPA-89 URL: http://issues.apache.org/jira/browse/OPENJPA-89 P

[jira] Created: (OPENJPA-60) Specifying the wrong persistence implementation in persistence.xml leads to misleading error message

2006-09-27 Thread David Ezzio (JIRA)
Specifying the wrong persistence implementation in persistence.xml leads to misleading error message Key: OPENJPA-60 URL: http://issues.apache.org/jira/browse/OPE

[jira] Updated: (OPENJPA-59) Eager fetching not occuring for ToOne relationships during detachment

2006-09-25 Thread David Ezzio (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-59?page=all ] David Ezzio updated OPENJPA-59: --- Attachment: detachmentTestOpenJPA.zip JUnit test suitable for openjpa-persistence-jdbc\src\test\java demonstrating the problem. > Eager fetching not occuring fo

[jira] Created: (OPENJPA-59) Eager fetching not occuring for ToOne relationships during detachment

2006-09-25 Thread David Ezzio (JIRA)
Eager fetching not occuring for ToOne relationships during detachment - Key: OPENJPA-59 URL: http://issues.apache.org/jira/browse/OPENJPA-59 Project: OpenJPA Issue Type: Bug

[jira] Created: (OPENJPA-38) Force field writes on update

2006-08-30 Thread David Ezzio (JIRA)
Force field writes on update Key: OPENJPA-38 URL: http://issues.apache.org/jira/browse/OPENJPA-38 Project: OpenJPA Issue Type: New Feature Environment: All Reporter: David Ezzio JPA support