[jira] Commented: (OPENJPA-107) @SqlResultSetMappings fails in mapping tool with java.lang.ArrayStoreException

2007-01-25 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467394 ] Kevin Sutter commented on OPENJPA-107: -- George, I think Marc is right. What version of the IBM JDK are you

[jira] Resolved: (OPENJPA-108) @AttributeOverrides fails in mapping tool with java.lang.ArrayStoreException

2007-01-25 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter resolved OPENJPA-108. -- Resolution: Duplicate Assignee: Kevin Sutter Since this looks to be a duplicate of

[jira] Commented: (OPENJPA-98) Java deadlock when insert in t1 and find in t2 when using IBM JVM 1.5.0

2007-01-25 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467396 ] Kevin Sutter commented on OPENJPA-98: - IBM has indicated that the fix will be available in SR5 for JDK 5. I'm

Re: Using query hints for mapping extensions in orm.xml

2007-01-25 Thread Albert Lee
Let's put this into a more concrete terms: Given: 1) Existing JPA orm schema in http://java.sun.com/xml/ns/persistence/orm_1_0.xsd 2) OpenJPA supports its version of the orm schema in http://incubator.apache.org/openjpa/xml/ns/persistence/openjpa_orm_1_0.xsd Note: we need to

RE: Using query hints for mapping extensions in orm.xml

2007-01-25 Thread Patrick Linskey
... and option 4 is: - user creates an orm.xml using the Sun XSD. This contains only JPA-standard options, and is thus portable. - user also creates an openjpa-orm.xml file using the OpenJPA XSD as discussed already (or potentially a new OpenJPA-only XSD). This contains only OpenJPA extension

[jira] Commented: (OPENJPA-109) every NativeQuery using SqlResultSetMapping fails at runtime with There is no query result mapping for null with name xxx when the entity is persisted in a differen

2007-01-25 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467492 ] Pinaki Poddar commented on OPENJPA-109: --- Will you please attach a test case + annotated domain classes or

[jira] Commented: (OPENJPA-108) @AttributeOverrides fails in mapping tool with java.lang.ArrayStoreException

2007-01-25 Thread George Hongell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467500 ] George Hongell commented on OPENJPA-108: This also goes away when I move from SR2 to SR3.

[jira] Resolved: (OPENJPA-107) @SqlResultSetMappings fails in mapping tool with java.lang.ArrayStoreException

2007-01-25 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter resolved OPENJPA-107. -- Resolution: Fixed George has verified that the problem goes away with SR3 of the IBM JDK 5.

[jira] Commented: (OPENJPA-5) OpenJPA doesn't compile with JDBC 4

2007-01-25 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467623 ] Marc Prud'hommeaux commented on OPENJPA-5: -- I feel that this issue is merely to make it possible for OpenJPA

[jira] Created: (OPENJPA-114) Exploit features of JDBC 4

2007-01-25 Thread Kevin Sutter (JIRA)
Exploit features of JDBC 4 -- Key: OPENJPA-114 URL: https://issues.apache.org/jira/browse/OPENJPA-114 Project: OpenJPA Issue Type: New Feature Components: jdbc Reporter: Kevin Sutter