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

2007-01-24 Thread Kevin Sutter
Thank you, Albert, for your experimentation. The updated schema definition (openjpa_orm_1_0.xsd) and the example openjpa_orm.xml seems to be what we are looking for. I guess the only concern is whether we can count on other JPA implementations to ignore this extra schema definition and just

RE: FishEye indexing of OpenJPA source code

2007-01-24 Thread Patrick Linskey
I think that this is because it's still scanning the repository. I'm guessing that once that's done, things will settle down. We used to use FishEye for Kodo source browsing; it's awesome. -Patrick -- Patrick Linskey BEA Systems, Inc.

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

2007-01-24 Thread Patrick Linskey
Firstly, thanks for putting this together. I don't think that portability is a huge problem. I agree with the three scenarios that Albert mentioned, but I think that we can refine #1: 1) if an application wants to be fully portable between providers, the standard orm.xsd must be specified.

Re: No tx commit when providing ManagedRuntime

2007-01-24 Thread Marc Prud'hommeaux
Matthieu- My only other guess is that you might not actually be using your ManagedRuntime setting, because we might need it to be a String (the fully-qualified class name of your ManagedRuntime implementation), rather than an actual instance of the class. Can you try specifying the class

Re: No tx commit when providing ManagedRuntime

2007-01-24 Thread Matthieu Riou
Thanks for all the options, I'll try that. On 1/24/07, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Matthieu- My only other guess is that you might not actually be using your ManagedRuntime setting, because we might need it to be a String (the fully-qualified class name of your ManagedRuntime

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

2007-01-24 Thread George Hongell (JIRA)
@SqlResultSetMappings fails in mapping tool with java.lang.ArrayStoreException -- Key: OPENJPA-107 URL: https://issues.apache.org/jira/browse/OPENJPA-107 Project: OpenJPA

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

2007-01-24 Thread George Hongell (JIRA)
@AttributeOverrides fails in mapping tool with java.lang.ArrayStoreException Key: OPENJPA-108 URL: https://issues.apache.org/jira/browse/OPENJPA-108 Project: OpenJPA

[jira] Created: (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 different

2007-01-24 Thread George Hongell (JIRA)
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 different method than the method doing the query.

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

2007-01-24 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467214 ] Marc Prud'hommeaux commented on OPENJPA-108: This sounds like a bug with the IBM JVM, as reported at

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

2007-01-24 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467215 ] Marc Prud'hommeaux commented on OPENJPA-107: This is the same comment as I made in OPENJPA-108. This

[jira] Commented: (OPENJPA-110) Every NamedNativeQuery using ResultSetMapping fails at runtime with class cast exception when try to iterate over listSome Entity

2007-01-24 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467216 ] Marc Prud'hommeaux commented on OPENJPA-110: It looks like you are getting back a list of Integers.

[jira] Created: (OPENJPA-111) native queries fail when use named parameters

2007-01-24 Thread George Hongell (JIRA)
native queries fail when use named parameters - Key: OPENJPA-111 URL: https://issues.apache.org/jira/browse/OPENJPA-111 Project: OpenJPA Issue Type: Bug Environment: windows xp,

[jira] Resolved: (OPENJPA-111) native queries fail when use named parameters

2007-01-24 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Prud'hommeaux resolved OPENJPA-111. Resolution: Invalid Section 3.6.3 of the JPA spec: Only positional parameter

[jira] Commented: (OPENJPA-112) Native queries and named parameters: poor error message

2007-01-24 Thread Patrick Linskey (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467219 ] Patrick Linskey commented on OPENJPA-112: - While the failure is legit (see OPENJPA-111), the error message

[jira] Created: (OPENJPA-112) Native queries and named parameters: poor error message

2007-01-24 Thread Patrick Linskey (JIRA)
Native queries and named parameters: poor error message --- Key: OPENJPA-112 URL: https://issues.apache.org/jira/browse/OPENJPA-112 Project: OpenJPA Issue Type: Bug Environment:

[jira] Created: (OPENJPA-113) when you specify columm table=empbean in the xml file entity id or basic type when empbean is the default table name, the mapping tool generates extra foreign key fiel

2007-01-24 Thread George Hongell (JIRA)
when you specify columm table=empbean in the xml file entity id or basic type when empbean is the default table name, the mapping tool generates extra foreign key field (eg.EmpBean_empid) in the table produced.