Help with defining custom MetaDataRepository

2011-03-25 Thread Todd Nine
Hi guys, I need to subclass both ClassMetaData and FieldMetaData in our plugin. I've attempted to emulate the code in the JDBC plugin, however I'm not having any success. Can anyone give me some instructions on how to do this? Here are the relevant classes. https://github.com/riptano/hector-jp

[jira] [Updated] (OPENJPA-1966) Entity graphs containing bi-directional references may not merge correctly if an entity does not contain a state manager

2011-03-25 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer updated OPENJPA-1966: -- Attachment: OPENJPA-1966.patch Attaching a patch and simple jUnit. The patch queries the att

[jira] [Created] (OPENJPA-1966) Entity graphs containing bi-directional references may not merge correctly if an entity does not contain a state manager

2011-03-25 Thread Jeremy Bauer (JIRA)
Entity graphs containing bi-directional references may not merge correctly if an entity does not contain a state manager Key: OPENJPA-1966 URL

Re: Build failed in Jenkins: OpenJPA-2.1.x-deploy #51

2011-03-25 Thread Michael Dick
FYI This is an intermittent bug in Hudson/Jenkins : JENKINS-9017, and we've seen them on nearly all of our branches recently. There's some activity on the issue, and you're welcome to vote for it to help it get the focus it needs. -mike On Fri, M

[jira] [Updated] (OPENJPA-677) Single Table Inheritance Strategy causes entity identity issues

2011-03-25 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-677: - Fix Version/s: 1.3.0 Trunk was 1.3.0-SNAPSHOT when this was committed. > Single Table Inherita

[jira] [Updated] (OPENJPA-1854) A 'find' or 'query' may return multiple instances of Entities which contain Embeddables, where the Embeddables use String identities, if the id value has trailing space

2011-03-25 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-1854: -- Fix Version/s: 2.0.1 2.1.1 1.2.3 Targeting for 1.2, 2.0

[jira] [Resolved] (OPENJPA-1965) ClassCastException when using JAXB and MetaModel annotation processor

2011-03-25 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-1965. -- Resolution: Fixed > ClassCastException when using JAXB and MetaModel annotation processor > -

[jira] [Commented] (OPENJPA-1965) ClassCastException when using JAXB and MetaModel annotation processor

2011-03-25 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011225#comment-13011225 ] Rick Curtis commented on OPENJPA-1965: -- Pinaki fixed this problem for trunk (2.2.0)

[jira] [Created] (OPENJPA-1965) ClassCastException when using JAXB and MetaModel annotation processor

2011-03-25 Thread Rick Curtis (JIRA)
ClassCastException when using JAXB and MetaModel annotation processor - Key: OPENJPA-1965 URL: https://issues.apache.org/jira/browse/OPENJPA-1965 Project: OpenJPA Issue Type

Re: Concurrent modification exception on recursive load

2011-03-25 Thread Rick Curtis
I'll try to make some time to look at this today... Is it possible to put OpenJPA under your test to narrow down where the problem is (plugin vs OpenJPA)? Thanks, Rick On Thu, Mar 24, 2011 at 3:44 PM, Todd Nine wrote: > Here you go Rick. > > > https://github.com/riptano/hector-jpa/blob/master/