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

2010-11-11 Thread Donald Woods
Maven 3.0 with Sun 1.6.0_22 on MacOSX, Win7 and Linux all worked for me (us_EN). What locale are you using? We've seen issues before on Apache Geronimo where some files in svn were missing or had incorrect svn:mime-type or included Windows specific codepages and caused strange failures for Chines

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

2010-11-11 Thread Donald Woods
Cool! Would make a great addition to the Tools subproject. You have my +1. -Donald On 11/11/10 6:12 AM, Mark Struberg wrote: > Hi! > > I've fixed a few errors [1] in the openjpa-maven-plugin [2] > > I'm also seriously considering moving it over here from codehaus so we can > maintain it mor

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

2010-11-11 Thread Donald Woods
Thanks for catching that. -Donald On 11/11/10 6:17 PM, mik...@apache.org wrote: > Author: mikedd > Date: Thu Nov 11 23:17:07 2010 > New Revision: 1034196 > > URL: http://svn.apache.org/viewvc?rev=1034196&view=rev > Log: > exclude testcases from openjpa-all.jar > > Modified: > openjpa/branc

[jira] Closed: (OPENJPA-1881) Create "completion" message for the Enhancement processing

2010-11-11 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter closed OPENJPA-1881. - > Create "completion" message for the Enhancement processing >

[jira] Resolved: (OPENJPA-1881) Create "completion" message for the Enhancement processing

2010-11-11 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter resolved OPENJPA-1881. --- Resolution: Fixed > Create "completion" message for the Enhancement processing > --

[jira] Closed: (OPENJPA-1762) javax.persistence.lock.scope EXTENDED doesn't properly lock join tables

2010-11-11 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang closed OPENJPA-1762. - > javax.persistence.lock.scope EXTENDED doesn't properly lock join tables > ---

[jira] Assigned: (OPENJPA-1762) javax.persistence.lock.scope EXTENDED doesn't properly lock join tables

2010-11-11 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang reassigned OPENJPA-1762: - Assignee: Fay Wang > javax.persistence.lock.scope EXTENDED doesn't properly lock join tables >

[jira] Resolved: (OPENJPA-1762) javax.persistence.lock.scope EXTENDED doesn't properly lock join tables

2010-11-11 Thread Fay Wang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fay Wang resolved OPENJPA-1762. --- Resolution: Fixed > javax.persistence.lock.scope EXTENDED doesn't properly lock join tables > -

Re: StoreManager flush

2010-11-11 Thread Rick Curtis
Yes Thanks, Rick On Thu, Nov 11, 2010 at 10:47 AM, idan wrote: > > OK > I found a way to do so through the configuration > getMetaDataRepositoryInstance() > > Is that the right way? > > > Thanks, > Idan

Re: StoreManager flush

2010-11-11 Thread idan
OK I found a way to do so through the configuration getMetaDataRepositoryInstance() Is that the right way? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5729313.html Sent from the OpenJPA Developers mailing list archive at Nabb

Re: StoreManager flush

2010-11-11 Thread idan
Hey, I made some progress and i have a question.. Is it possible to get a hold of the persisted types ClassMetaData's when initializing my custom StoreManager? (lets say in its open() method) Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flus

[jira] Updated: (OPENJPA-1790) java.lang.VerifyError thrown when trying to commit entity.

2010-11-11 Thread Heath Thomann (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heath Thomann updated OPENJPA-1790: --- Attachment: OPENJPA-1790-2.0.x.patch I'm providing a patch for 2.0.x which is basically a b

[jira] Assigned: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

2010-11-11 Thread Milosz Tylenda (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milosz Tylenda reassigned OPENJPA-1863: --- Assignee: Milosz Tylenda > update HSQL dictionary for HSQLDB 2.0 >

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

2010-11-11 Thread Michael Dick
I'm glad it worked for you, but I can't reproduce the problem on Linux. I suppose it might be a javacc + windows issue, or something else weird in my config.. Here's what the kernel build looks like for me : [INFO] [INFO] Bu

[jira] Resolved: (OPENJPA-1812) Schema synchronizer fails to build tables and indexes when running with H2 in-memory database

2010-11-11 Thread Milosz Tylenda (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milosz Tylenda resolved OPENJPA-1812. - Resolution: Not A Problem Please reopen if the suggestion does not help. > Schema sync

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

2010-11-11 Thread Mark Struberg
Hi! I've fixed a few errors [1] in the openjpa-maven-plugin [2] I'm also seriously considering moving it over here from codehaus so we can maintain it more easily. I'd help out with the maintenance of course. LieGrue, strub [1] http://jira.codehaus.org/browse/MOPENJPA [2] http://mojo.codehau

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

2010-11-11 Thread Sreelatha S
Got around this issue by using javacc-maven-plugin version 2.6 instead of 2.4, and this seems to have resolved this error. Thanks. --- On Thu, 11/11/10, Sreelatha S wrote: > From: Sreelatha S > Subject: Re: Issue compiling OpenJPA source using Maven 3.0 (JDK 1.5) > To: dev@openjpa.apache.org

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

2010-11-11 Thread Sreelatha S
Thank you for the responses, as suggested I tried to run mvn clean compile by pointing to Sun JDK 1.6 and I am consistently getting the following error when building the OpenJPA Kernel, is this a known problem, is there something I need to do to get around this problem ? [INFO]