[jira] Created: (OPENJPA-1884) CacheStoreMode.REFRESH is not recognized for entity manager refresh operation

2010-11-12 Thread Jeremy Bauer (JIRA)
CacheStoreMode.REFRESH is not recognized for entity manager refresh operation - Key: OPENJPA-1884 URL: https://issues.apache.org/jira/browse/OPENJPA-1884 Project: OpenJPA

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931475#action_12931475 ] Rick Curtis commented on OPENJPA-1873: -- > Do we have someone representing the ASF on

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-12 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931463#action_12931463 ] Mark Struberg commented on OPENJPA-1873: Do we have someone representing the ASF

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931452#action_12931452 ] Rick Curtis commented on OPENJPA-1873: -- > I'm very interested why OpenJPA currently

[jira] Created: (OPENJPA-1883) Incompete entity returned for getSingleResult when using Joined Inheritance

2010-11-12 Thread Jerry Carter (JIRA)
Incompete entity returned for getSingleResult when using Joined Inheritance --- Key: OPENJPA-1883 URL: https://issues.apache.org/jira/browse/OPENJPA-1883 Project: OpenJPA

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-12 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931440#action_12931440 ] Mark Struberg commented on OPENJPA-1873: I'm very interested why OpenJPA currentl

[jira] Commented: (OPENJPA-1873) EntityManager#merge sometimes passes wrong entity values to @PostLoad EntityListeners

2010-11-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931436#action_12931436 ] Rick Curtis commented on OPENJPA-1873: -- @Mark - Thoughts on Kevin's last post? Tha

Re: Issue compiling OpenJPA source using Maven 3.0 (JDK 1.5)

2010-11-12 Thread Michael Dick
Well here's what I'm getting : [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ openjpa-persistence-locking --- [INFO] Compiling 49 source files to /home/mikedd/workspaces/trunk/openjpa-parent/openjpa-persistence-locking/target/test-classes [INFO] [INFO] --- maven-depende

Re: StoreManager flush

2010-11-12 Thread Rick Curtis
This is off the top of my head so excuse me if I get something wrong... > Is there a way to know if an object is a part of a relation by its ClassMetaData? Not the ClassMetaData itself. You can look at the fields(FieldMetaData) for a particualr ClassMetaData. > For example, if A has a OneToOne re

Re: svn commit: r1034196 - /openjpa/branches/1.2.x/openjpa-all/pom.xml

2010-11-12 Thread Michael Dick
No problem. I like what you've done in the 2.0 build better with the shade plugin, although I can't say I fully understand it. -mike On Thu, Nov 11, 2010 at 8:35 PM, Donald Woods wrote: > Thanks for catching that. > > -Donald > > > On 11/11/10 6:17 PM, mik...@apache.org wrote: > > Author: miked

Re: StoreManager flush

2010-11-12 Thread idan
Again.. I did some homework... loadPersistentTypes is called after the StoreManager.open() method and therefore the ClassMetaData array is empty in this stage. Is there a way to know if an object is a part of a relation by its ClassMetaData? For example, if A has a OneToOne relation with B.. ca

Re: StoreManager flush

2010-11-12 Thread idan
When trying to get the current ClassMetaData array in StoreManager.open() I'm getting an empty array. If i'm trying to get the array in one of the flush() methods I get a filled array. Is that normal or perhaps its related to the fact that currently i'm using subclasses enhancement during develop

Re: [FYI] new openjpa-maven-plugin-1.2-SNAPSHOT deployed

2010-11-12 Thread Mark Struberg
Hi Donald, all! I will ping Rahul (original author) and a few codehaus people also first. Guess there will be no problem though. LieGrue, strub --- On Fri, 11/12/10, Donald Woods wrote: > From: Donald Woods > Subject: Re: [FYI] new openjpa-maven-plugin-1.2-SNAPSHOT deployed > To: dev@openjpa