[ANNOUNCE] Welcome Jody Grassel as a new committer

2010-11-04 Thread Donald Woods
The OpenJPA PMC recently extended committership to Jody and he accepted. Jody, I've added you to the openjpa-developers group in JIRA. Once you have a Confluence ID, we can add you there too. Welcome aboard! -Donald

Re: OSGi-ready Distribution

2010-09-20 Thread Donald Woods
The openjpa artifact uses as many up-leveled dependencies that have bundle metadata as are available in the public maven repos. Using private maven repos for build dependencies is frowned upon and will eventually be blocked by the Apache Nexus repo, so I don't want to go down that path. The openj

Re: Using OpenJPA on OSGi, with Aries JPA and JNDI services

2010-09-20 Thread Donald Woods
Do you have sample code that you can share? Would be great to have one that is JPA focused and leaves out Blueprint -Donald On 9/19/10 12:35 PM, Harald Wellmann wrote: > I'm currently trying to integrate OpenJPA into an existing OSGi application. > With some help from Tim Ward and others f

Re: OSGi-ready Distribution

2010-09-20 Thread Donald Woods
Also, I'd suggest using the Apache ServiceMix released bundles (used in Apache Geronimo 3.0), which are mirrored on all Maven repos. http://repo2.maven.org/maven2/org/apache/servicemix/bundles/ -Donald On 9/17/10 2:50 PM, Harald Wellmann wrote: > > When you download the OpenJPA binary distrib

Re: Base entity class in separate jar

2010-09-17 Thread Donald Woods
Some questions to get started - Which JDK are you using? We have a dynamic enhancer that uses the Attach API in JDK6 or later. How is your application being packaged and what runtime environment are you using? For enhancing in Maven, you can try the openjpa-maven-plugin http://openjpa.apache.

Re: Status of OSGi Support

2010-09-17 Thread Donald Woods
Hi Harald, the OpenJPA users list would be the right starting point to discuss OSGi. Then, we can decide if JIRAs need to be opened. Can you start by describing your scenario? Would also be interesting to know what in Apache Aries is not working for you or missing... -Donald On 9/17/10 9:04

[ANNOUNCE] Apache OpenJPA 2.0.1 released

2010-08-31 Thread Donald Woods
The Apache OpenJPA community is proud to announce the maintenance release of OpenJPA 2.0.1. As with the prior 2.0.0 release, this distribution is based on the final JSR 317 Java Persistence API, Version 2.0 specification and passes the JPA 2.0 TCK. Please visit our project website to learn more a

[RESULT] [VOTE] Apache OpenJPA 2.0.1 release candidate

2010-08-30 Thread Donald Woods
The vote passes with the following binding +1 votes: Donald Woods, Mike Dick, Jeremy Bauer, Albert Lee, Kevin Sutter, Milosz Tylenda And +1 votes from: Jean-Baptiste Briaud and Catalina Wei There were no 0 or -1 votes. -Donald On 8/26/10 11:55 AM, Donald Woods wrote: > I've

Re: [VOTE] Apache OpenJPA 2.0.1 release candidate

2010-08-27 Thread Donald Woods
hrough the artifacts, I did notice this in the > Building.txt file. No idea why this jumped out at me. But, the date looks > a little suspect... :-) > > [INFO] Finished at: Wed Feb 24 09:01:40 EST 2010 > > Thanks, > Kevin > > On Thu, Aug 26, 2010 at 10:55 AM, D

[VOTE] Apache OpenJPA 2.0.1 release candidate

2010-08-26 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.1 with the following artifacts up for a vote: SVN source tag (r989424) made from the 2.0.x branch: https://svn.apache.org/repos/asf/openjpa/tags/2.0.1/ Source release: https://repository.apache.org/content/repositories/orgapacheopenjpa-147/org/apach

Re: [DISCUSS] Planning for an OpenJPA 2.0.1 release

2010-08-16 Thread Donald Woods
Will finally be starting a 2.0.1 release candidate this afternoon. -Donald On 7/21/10 4:46 PM, Donald Woods wrote: > I'd like to start cutting a 2.0.1 release on August 2nd. > Are there any critical issues that we should try and look at before then > that are not already ass

Builds now require Maven 2.2.1 or later

2010-08-11 Thread Donald Woods
With the build changes introduced by OPENJPA-1712 to start using the Apache Nexus repo for SNAPSHOT and release artifacts, we have also upgraded the required Maven version to 2.2.1 to resolve some known issues when trying to deploy artifacts with prior versions of Maven. Sorry for the inconvenienc

Re: downloads: broken links

2010-08-10 Thread Donald Woods
We're using the Apache Nexus repo for snapshot and release artifacts now for 1.3.x, 2.0.x and 2.1.x. You'll have to scroll down the list of published artifacts to find the most recent one, as we're letting Maven create timestamped artifacts - 2.1.x - https://repository.apache.org/snapshots/org/ap

Re: Unit tests custom DBDictionary

2010-08-09 Thread Donald Woods
Some generic steps of setting up Eclipse to run and debug the JUnits can be found at the bottom of the following page - https://cwiki.apache.org/openjpa/testing.html -Donald On 8/5/10 10:15 AM, idan wrote: > > Thanks for you reply, I'll try that out. > > Is there an easy to run OpenJPA's JUni

Re: Latest OpenJPA trunk updates

2010-07-21 Thread Donald Woods
Specifically, the SLF4JLogFactory in OPENJPA-1732. I'm looking at pulling the commons-logging fix in OPENJPA-1735 in now -Donald On 7/21/10 1:19 PM, Donald Woods wrote: > Would be easy to backport, but since 2.0.x is in maintenance mode, I > don't see us integrating these

[DISCUSS] Planning for an OpenJPA 2.0.1 release

2010-07-21 Thread Donald Woods
I'd like to start cutting a 2.0.1 release on August 2nd. Are there any critical issues that we should try and look at before then that are not already assigned to 2.0.1 and don't have an owner? -Donald

Re: Latest OpenJPA trunk updates

2010-07-21 Thread Donald Woods
anyone volunteers for this activity... > > Craig > > On Jul 20, 2010, at 2:47 PM, Donald Woods wrote: > >> As of r966020, the OpenJPA trunk (2.1.0-SNAPSHOT) now has the following >> long sought after improvements - >> >> OPENJPA-1732 LogFactory adapte

Latest OpenJPA trunk updates

2010-07-20 Thread Donald Woods
As of r966020, the OpenJPA trunk (2.1.0-SNAPSHOT) now has the following long sought after improvements - OPENJPA-1732 LogFactory adapter for SLF4J Now, the SLF4J API can be used by setting openjpa.Log=slf4j and including the required slf4-api and backend adapter on the classpath. OPENJPA-1735 Mar

Re: Glassfishv3 + OpenJPA-2.0.0: Enhancer not working

2010-07-19 Thread Donald Woods
Doubt the Glassfish enhancer would ever work, as it is being provided by Eclipselink and enhanced entities are provider specific. If you're building with Maven, then try using the openjpa-maven-plugin at build time to enhance them - http://openjpa.apache.org/enhancement-with-maven.html For OSGi

Re: Table name too long

2010-06-29 Thread Donald Woods
Which version of Oracle and the JDBC driver are you using? -Donald On 6/29/10 4:26 AM, Jörg Knoche wrote: > Hello, > > I think I have a problem related to Bug 866. I am using an Oracle > database and I'm getting the following Exception during the SchemaTool: > > org.apache.openjpa.util.UserEx

Re: Performance with large lists

2010-06-18 Thread Donald Woods
ode/patternrepo/orm/WeightingGroup.xml > > > org/permacode/patternrepo/orm/MiniAnalysis.xml > > org/permacode/patternrepo/orm/MiniResult.xml > > org/permacode/patternrepo/orm/TestQueries.xml > >value="unsupported" /> > >

Re: Performance with large lists

2010-06-18 Thread Donald Woods
Some quick initial questions - 1) Are you using Java SE or a Java EE container (more of a transactions and XA question)? 2) Are you using one EMF and EM for both the parent, child and grandchild operations? Are you calling flush() anywhere? 3) Are you using build time or run time enhancement of en

Re: Inappropriate error message

2010-05-26 Thread Donald Woods
http://openjpa.apache.org/entity-enhancement.html -Donald On 5/25/10 9:15 PM, Trenton D. Adams wrote: > Build time enhancement? > > - "C N Davies" wrote: > >> From: "C N Davies" >> To: users@openjpa.apache.org >> Sent: Tuesday, May 25, 2010 7:32:11 PM GMT -07:00 US/Canada Mountain >> Su

Re: ClassFormatError when using Enhancement Builder

2010-05-20 Thread Donald Woods
What JPA Spec version are you using in your persistence.xml? The OpenJPA Eclipse plugin is using OpenJPA 1.2.1 right now, which means it only supports JPA 1.0 apps -Donald On 5/19/10 5:52 AM, stlecho wrote: > > I've installed the OpenJPA Eclipse Enhancement Builder but I'm receiving > und

Re: configure RemoteCommitProvider for Amazon EC2

2010-05-20 Thread Donald Woods
On 5/18/10 1:57 AM, okrohne wrote: > > Hi Donald, > > unfortunatly SQS would not allow to have a transactional cache as there is > a possible delay of 20sec until a message can be fetched and it is designed > that only one instance consumes the message. > > ehcache: Wouldn't the ehcache-jgrou

Re: Schema version problem upgrading to JPA 2.0

2010-05-20 Thread Donald Woods
geronimo-jpa_3.0_spec-1.x or geronimo-jpa_1.0_spec-1.x is the JPA 1.0 Spec API from Geronimo. The first releases of the spec jar used 3.0, due to JPA 1.0 being defined in the EJB 3.0 spec geronimo-jpa_2.0_spec-1.x is the JPA 2.0 Spec API, which is the level required by OpenJPA 2.x. -Donald

Re: configure RemoteCommitProvider for Amazon EC2

2010-05-17 Thread Donald Woods
On 5/17/10 5:20 AM, Oliver Krohne wrote: > Hi, > > we are going to deploy our app to Amazon EC2. > One issue is that the ip-adresses of an ec instance can change and new ec > instances > can be started which makes the RemoteCommitProvider using TCP unuseable as all > TCP adresses where messages

Re: Get the persistencUnit using EntittyManager Taking 4 seconds

2010-05-11 Thread Donald Woods
Do you really need the following in your persistence.xml? false Listing all of your entity classes and then setting it to true along with adding which turns off dynamic enhancement (which means you have to use build time enhancement) may help your speed issue (without more pr

Re: openjpa/karaf

2010-05-10 Thread Donald Woods
For JPA integration with OSGi, take a look at the Apache Aries project- http://incubator.apache.org/aries/ The JPA module provides the OpenJPA+OSGi glue to expose us as a service and to discover persistence-units within bundles. There are two samples (Blog and AriesTrader) provided, which shoul

Re: MySQL openjpa.MetaData doesn't resolve one field

2010-04-23 Thread Donald Woods
Why is n_link be expressed as "int(11)"? Is this how IDEA displays it? I was expecting something like - n_link INTEGER NOT NULL, -Donald On 4/21/10 6:03 PM, Dimedrol wrote: > > Hello! > I use Intellij IDEA 95.24; OpenJPA 1.2.2 and MySQL 5 database. > > All java entities - mapped to mysql

[RESULTS] [VOTE] Apache OpenJPA 2.0.0 release candidate #2 - PASSES

2010-04-22 Thread Donald Woods
The vote passes with 9 +1 votes from the following: Jeremy Bauer, Kevin Sutter, Fay Wang, Donald Woods, Michael Dick, Pinaki Poddar, Dianne Richards, Milosz Tylenda, Albert Lee There were no 0 or -1 votes. I'll start the final release steps now. Thanks, Donald On 4/19/10 2:45 PM, Donald

Re: Entity data missing in enhanced mode

2010-04-22 Thread Donald Woods
How are you enhancing the code in Eclipse? ANT script, openjpa-maven-plugin or our Eclipse plugin? -Donald On 4/21/10 1:03 PM, Vásáry, Dániel wrote: > Hi, > I'm using OpenJPA 1.2.2 under JavaEE JPA project in Eclipse Galileo. > After adding Bytecode enhancement, named query returns only partial

Re: Timeline for 2.0 release?

2010-04-19 Thread Donald Woods
Just posted 2.0.0 RC2 for a vote -Donald On 4/15/10 11:56 AM, Matthew Adams wrote: > I noticed some mention of challenging some TCK test cases, and I was > just wondering about the order of magnitude of the 2.0 release: days, > weeks, months, quarters, ...? I'm not looking for an exact da

[VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-19 Thread Donald Woods
I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ The following issues were resolved since the first RC vote on April 11th (svn r932976): OPENJPA-1091, OPENJPA-1605, OPENJPA-1628,

Re: Timeline for 2.0 release?

2010-04-16 Thread Donald Woods
Days No TCK issues remain. We're just finishing up some stress and regression testing. -Donald On 4/15/10 11:56 AM, Matthew Adams wrote: > I noticed some mention of challenging some TCK test cases, and I was > just wondering about the order of magnitude of the 2.0 release: days, > weeks,

[CANCELED] [VOTE] OpenJPA 2.0.0 release candidate

2010-04-14 Thread Donald Woods
Due to some stress testing issues discovered and reported in OPENJPA-1630 and OPENJPA-1631, along with needing to challenge some TCK tests and waiting for patches, we're going to cancel this vote and target spinning another RC early next week. -Donald On 4/11/10 4:12 PM, Donald Woods

[VOTE] OpenJPA 2.0.0 release candidate

2010-04-11 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.0 based on r932976 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ Release Notes: http://svn.apache.org/viewvc/openjpa/tags/2.0.0/openjpa-project/RELEASE-NOTES.html?view=co Maven stag

[RESULTS] [VOTE] OpenJPA 2.0.0-beta3 release candidate

2010-03-29 Thread Donald Woods
The vote passes with the following +1 votes: Donald Woods, Kevin Sutter, Albert Lee, Jeremy Bauer, Michael Dick, Rick Curtis, Catalina Wei and Fay Wang There were no 0 or -1 votes. I'll start finalizing the release. Thanks, -Donald On 3/23/10 10:36 PM, Donald Woods wrote: > I&#

Re: [ANNOUNCE] Welcome Rick Curtis as the newest member of the OpenJPA PMC

2010-03-27 Thread Donald Woods
Congrats! -Donald On 3/26/10 11:08 AM, Michael Dick wrote: > All, Please join us in congratulating Rick Curtis as the newest member of > the OpenJPA *PMC*. It's been great to have Rick working with us as a > committer on OpenJPA. Even better to have him join us in providing oversight > of the Op

Re: [VOTE] OpenJPA 2.0.0-beta3 release candidate

2010-03-24 Thread Donald Woods
Thanks for catching it. I'll get it into the release notes for the final 2.0.0 release. Thanks, Donald On 3/24/10 1:27 PM, No1UNo wrote: > > > > On Mar 23, 2010, at 10:37 PM, DWoods [via OpenJPA] wrote: >> The RAT and IANAL build checks passed. >> The openjpa and openjpa-all shaded jar cont

[VOTE] OpenJPA 2.0.0-beta3 release candidate

2010-03-23 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.0 Beta 3 based on r926797 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta3/ Release Notes: http://svn.apache.org/viewvc/openjpa/tags/2.0.0-beta3/openjpa-project/RELEASE-NOTES.html?

Re: [DISCUSS] Upcoming OpenJPA 2.0.0 release plans

2010-03-22 Thread Donald Woods
2.1.0-SNAPSHOT and open for business under the normal CTR (Commit Then Review) process. -Donald On 3/4/10 11:28 AM, Donald Woods wrote: > As we're winding down the changes for the 2.0.0 release, I wanted to > alert everyone to the proposed release dates. > > 3/19 - Cut

Re: [VOTE] release openjpa-maven-plugin-1.1

2010-03-19 Thread Donald Woods
+1 I've been testing it with some junits in openjpa/trunk and it works great! Thanks. -Donald On 3/19/10 11:05 AM, Mark Struberg wrote: > Hi! > > I'd like to release a version 1.1 of the openjpa-maven-plugin [1]. > > This version has been tested with OpenJPA-1.1, 1.2 and various 2.0.0 > ver

Re: How to unenhance entities ?

2010-03-18 Thread Donald Woods
If you serialize the entity before calling EntitiyManager.clear(), then the $proxy wrappers should not be there. If you serialize it after EM.clear() then some of them will be there. That is the bug reported in OPENJPA-1097 and is what the TestDetachNoProxy testcase demonstrates. If you are not

Re: [DISCUSS] Upcoming OpenJPA 2.0.0 release plans

2010-03-18 Thread Donald Woods
new bugs reported, so it'd be nice to have another round of real world testing from users, too. Thanks, -Donald On 3/4/10 11:28 AM, Donald Woods wrote: > As we're winding down the changes for the 2.0.0 release, I wanted to > alert everyone to the proposed release dates. >

Re: How to unenhance entities ?

2010-03-18 Thread Donald Woods
As Pinaki pointed out, the following line - if (!jpaEm.isDetached(found)) throw new IllegalStateException("entity should be detached"); should be - if (!jpaEm.isDetached(detached)) throw new IllegalStateException("entity should be detached"); In OpenJPA 1.x, the original entity is not d

Re: How to unenhance entities ?

2010-03-17 Thread Donald Woods
Which version of Geronimo or OpenJPA are you using? The latest releases of Geronimo (2.1.4 or 2.2) uses OpenJPA 1.2.1 or 1.2.2 respectively, so I'll base my questions/answers on those for now. For OpenJPA 1.2.x, the proper way to remove those $proxy classes for serialization is to use the EntityMa

Re: Open jpa 2.0 and maven build

2010-03-11 Thread Donald Woods
By the JPA schema version specified in the persistence.xml - http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.0"> The above is used in out junits to test the Bean Validation supprt which is JPA 2.0 specific. Not sure if using the

Re: Refreshing detached entities

2010-03-11 Thread Donald Woods
Is Spring 3.0 supplying a JPA 1.0 implementation and/or API on the classpath? I'm not a Spring user, so no real help here... -Donald On 3/11/10 3:10 PM, No1UNo wrote: > > Very interesting data point. I just added a simple test to OPENJPA-1562, but > that test contains Spring 3.0 and uses a R

Re: Open jpa 2.0 and maven build

2010-03-11 Thread Donald Woods
Can you remove the java.net repo from your POM and see if that helps? I've had to exclude that from several projects as they have some bad artifacts out there that cause build problems. Also, what does your persistence.xml look like? Which schema version are you using and what properties are set?

Re: Open jpa 2.0 and maven build

2010-03-10 Thread Donald Woods
I'm using the latest openjpa-maven-plugin-1.1-SNAPSHOT (you have to build it yourself) with some junits in OpenJPA trunk and it's working for me with a 2.0 persistence.xml and openjpa-2.0.0-SNAPSHOT (2.0.0-beta or 2.0.0-beta2 should work too). You should be able to use the existing openjpa-maven-p

Re: Exception java.lang.ClassNotFoundException: org.apache.openjpa.enhance.InstrumentationFactory in thread "Attach Listener" Agent failed to start

2010-03-10 Thread Donald Woods
What level of JDK on Windows vs. RedHat? -Donald On 3/10/10 3:00 PM, Cheng Zhang wrote: > Thank you, Rick. > > I'm using Spring + OpenJpa in my project. > > The wired thing is that I suddenly got this problem after I moved my > development environment from windows to redhat. > > Regards, > Ch

Re: Bug #1410 with 2.0.0 beta2

2010-03-10 Thread Donald Woods
The Fix Version is used to track which release(s) we are targeting a fix for while the status is still open (which helps the Release Manager and community to track progress towards release readiness.) Once the status is resolved/closed, then the Fix Version denotes where it was actually fixed. If

Re: Runtime enhancement during Eclipse debugging

2010-03-05 Thread Donald Woods
Maybe the Eclipse plugins for OpenJPA would help - http://openjpa.apache.org/openjpa-eclipse-tooling.html It's still a work in-progress, so any usage and feedback would be great. -Donald On 3/5/10 1:15 PM, No1UNo wrote: > > I wanted to share my configuration in case it proves helpful to others

Re: openjpa version version exception during maven build

2010-03-04 Thread Donald Woods
Also, openjpa-2.0.0-M3 used the JPA 2.0 PFD2 spec API level, whereas I'm assuming your Eclipselink is pulling in the final 2.0 APIs. If you upgrade to the openjpa-2.0.0-beta or 2.0.0-beta2 level code, then using the Eclipselink RI API instead of our Geronimo version should work. -Donald On 3/4

[DISCUSS] Upcoming OpenJPA 2.0.0 release plans

2010-03-04 Thread Donald Woods
As we're winding down the changes for the 2.0.0 release, I wanted to alert everyone to the proposed release dates. 3/19 - Cut 2.0 branch 4/12 - Start release candidate vote Once the branch is created, only changes approved by myself or Kevin will be accepted into the branch. Trunk (probably rena

[ANNOUNCE] Apache OpenJPA 2.0.0-beta2 released

2010-02-27 Thread Donald Woods
/detail?id=317 [3] http://openjpa.apache.org/builds/2.0.0-beta2/apache-openjpa-2.0.0-beta2/RELEASE-NOTES.html [4] http://cwiki.apache.org/openjpa/jpa-20-roadmap.html Thanks, Donald Woods Apache OpenJPA PMC

[VOTE] OpenJPA 2.0.0-beta2 release candidate

2010-02-24 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.0 Beta 2 based on r915978 of the code in the following svn tag: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2/ Release Notes: http://svn.apache.org/viewvc/openjpa/tags/2.0.0-beta2/openjpa-project/RELEASE-NOTES.html?view=co Maven staging

Re: OpenJPA trunk (2.0.0-SNAPSHOT) now requires Java SE 6

2010-02-24 Thread Donald Woods
will go up for a release vote later today. -Donald On 2/18/10 10:55 PM, Donald Woods wrote: > As part of OPENJPA-1520, we are upgrading our trunk builds to require > Java SE 6 to compile and for runtime. If there is a critical need to > maintain Java SE 5 support for our JPA 2.0 r

OpenJPA trunk (2.0.0-SNAPSHOT) now requires Java SE 6

2010-02-18 Thread Donald Woods
As part of OPENJPA-1520, we are upgrading our trunk builds to require Java SE 6 to compile and for runtime. If there is a critical need to maintain Java SE 5 support for our JPA 2.0 runtime, please speak-up now! Thanks, Donald

[ANNOUNCE] Apache OpenJPA 2.0.0-beta released

2010-01-29 Thread Donald Woods
features or visit the JPA 2.0 Roadmap page [3] for the latest status on the upcoming 2.0.0 release. [1] http://cwiki.apache.org/openjpa/openjpa-200-beta.html [2] http://jcp.org/en/jsr/detail?id=317 [3] http://cwiki.apache.org/openjpa/jpa-20-roadmap.html Thanks, Donald Woods Apache OpenJPA PMC

Re: [RESULT] [VOTE] OpenJPA 2.0.0-beta release candidate 2

2010-01-28 Thread Donald Woods
The vote passed with the following +1 PMC votes: Donald Woods Milosz Tylenda Kevin Sutter Jeremy Bauer Michael Dick Albert Lee and the following +1 committer votes: Rick Curtis There were no 0 or -1 votes. I'll start the final release steps. Thanks, Donald > I&#

[VOTE] OpenJPA 2.0.0-beta release candidate 2

2010-01-25 Thread Donald Woods
I've staged release candidate two for OpenJPA 2.0.0 Beta based on r903062 of the following svn branch: https://svn.apache.org/repos/asf/openjpa/branches/2.0.0-beta/ Release Notes: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/RELEASE-NOTES.html?view=co Maven staging rep

Re: [VOTE] OpenJPA 2.0.0-beta release candidate - cancelled

2010-01-25 Thread Donald Woods
The openjpa-all jar pulled in some transitive maven dependencies that should not be there, so I'll have to spin a RC2. -Donald On 1/25/10 6:55 PM, Donald Woods wrote: > I've staged a release candidate for OpenJPA 2.0.0 Beta based on r902968 > of the following svn

[VOTE] OpenJPA 2.0.0-beta release candidate

2010-01-25 Thread Donald Woods
I've staged a release candidate for OpenJPA 2.0.0 Beta based on r902968 of the following svn branch: https://svn.apache.org/repos/asf/openjpa/branches/2.0.0-beta/ Release Notes: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-project/RELEASE-NOTES.html?view=co Maven staging repo:

Re: ReverseMappingTool problem - not generating .java fies correctly

2010-01-25 Thread Donald Woods
The DB portion has been fixed, but the generation of the other Java classes is still broken. See - https://issues.apache.org/jira/browse/OPENJPA-1091 -Donald On 1/22/10 1:25 PM, AniJ wrote: > > Apologies for this long post. But the ReverseMappingTool seems to be giving > some problem. I was

[NOTICE] 2.0.0-beta branch to be created Friday from trunk

2010-01-21 Thread Donald Woods
Since it looks like we still have some performance and cleanup work before we create a 2.0.0 release, several of us were chatting off-line and decided that a 2.0.0-beta instead of a 2.0.0-M4 would be more appropriate, given we're passing the TCK and have made significant progress towards a 2.0.0 re

Re: [DISCUSS] Time for an OpenJPA 2.0.0 release?

2010-01-19 Thread Donald Woods
Forgot to copy the users list on this -Donald On 1/18/10 10:57 PM, Donald Woods wrote: > We're in pretty good shape for a 2.0.0 release. > Trunk is passing the JPA 2.0 TCK. > We have the broadest/best junit results over Derby, DB2, Oracle, MySQL > and MS SQL as we hav

Re: Source/javadoc for geronimo-jpa_3.0_spec-1.0.jar ?

2009-12-02 Thread Donald Woods
Both a source and javadoc jar are in the maven repos at - http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jpa_3.0_spec/1.0/ And the source can be checked out from the Apache svn repo at - https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_3.0_spec-1.0/ -Donald

Re: OpenJPA 2.0.0-M3 plugins available for Geronimo 2.1.3 thru 2.2-SNAPSHOT servers

2009-11-11 Thread Donald Woods
/apache-geronimo-v214-release.html -Donald Donald Woods wrote: For those of you wanting to try out JPA2 in Apache Geronimo before the JSR-317 spec is finalized and before our 3.0 release, now you can. I've created a set of plugins - Geronimo Plugins, OpenJPA2 :: CAR Geronimo Pl

OpenJPA 2.0.0-M3 plugins available for Geronimo 2.1.3 thru 2.2-SNAPSHOT servers

2009-11-11 Thread Donald Woods
For those of you wanting to try out JPA2 in Apache Geronimo before the JSR-317 spec is finalized and before our 3.0 release, now you can. I've created a set of plugins - Geronimo Plugins, OpenJPA2 :: CAR Geronimo Plugins, OpenJPA2 :: Deployer that use the OpenJPA 2.0.0-M3 release [1], w

Re: Maven dependencies in 1.3.0-SNAPSHOT

2009-11-02 Thread Donald Woods
I'll have to take a look at it. I my have broken something when switching the aggregate JAR assemblies (openjpa.jar and openjpa-all.jar) over to use the shade plugin, instead of manual Ant steps... -Donald Laird Nelson wrote: Perhaps it's just me, but I noticed that all of a sudden depende

[NOTICE] OpenJPA 2.0.0 Milestone 3 is now available

2009-10-13 Thread Donald Woods
Milestone 3 of OpenJPA 2.0.0 is now available for download [1]. This release is based on the 20090922 Proposed Final Draft 2 of the JSR-317 JPA 2.0 specification. Included are many enhancements, fixes, and new functionality; giving developers early access to many key features of JPA 2.0. Visit

[NOTICE] 2.0.0-M3 branch created

2009-10-06 Thread Donald Woods
The branch has been created and the version in the POMs updated to 2.0.0-M3 and be found in svn at [1]. Albert and others are still running some tests on the code, so it may be a few days before we create the first release candidate If you find any issues that you would like fixed in M3

Re: StreamingLOB and Derby/Hsql

2009-09-24 Thread Donald Woods
Have you tried running with Derby 10.5.1.0 or 10.5.3.0? Looking at the Derby 10.5.1.1 release notes, there were a lot of stream/lob/clob fixes that went in... I tried running the TestInputStreamLob and TestReaderLob junits in trunk against Derby 10.5.3.0 and am seeing the same test failures as

Re: NoClassDefFoundError: org/apache/commons/lang/StringUtils

2009-09-24 Thread Donald Woods
Are you including all of the jars in the /lib directory that are provided in the apache-openjpa-1.2.1-binary.zip distribution? commons-collections-3.2.jar commons-lang-2.1.jar commons-pool-1.3.jar derby-10.2.2.0.jar geronimo-jpa_3.0_spec-1.0.jar geronimo-jta_1.1_spec-1.1.

Re: Geronimo versions

2009-09-24 Thread Donald Woods
We have also released a geronimo-jpa_1.0_spec-1.1.2.jar which is identical to the latest geronimo-jpa_3.0_spec-1.1.1.jar to help clarify this situation, in case there is ever a JPA 3.0 spec. -Donald Michael Dick wrote: Hi Jean-Baptiste, Short answer : this is normal. Explanation : The

Re: StreamingLOB and Derby/Hsql

2009-09-21 Thread Donald Woods
After the focus on cleaning up failing junits on non-Derby databases this month, TestReaderLob is passing now on MySQL and only has one failure on Oracle, but still has 5 failures on MSSQL Not sure which svn check-in resolved it, as it could have been r816287 for Oracle or a number of the

Re: Table Per Class

2009-09-14 Thread Donald Woods
Definitely worth opening a JIRA, so we don't forget to either doc or fix it for 2.0. -Donald C N Davies wrote: Hi, Using OpenJPA 1.2.1 I have my base class inheritance set to @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS), what I expected was that each subsequent subclass w

Re: Cannot enhance at build time - strange ZipException

2009-09-11 Thread Donald Woods
Take a look at the following wiki page [1], which has an example ANT task, which can be used with the complete OpenJPA binary download (as there are some required JARs included in the lib directory, which includes commons-lang-2.1.jar). [1] http://openjpa.apache.org/enhancement-with-ant.html

Re: ClassStrategy.

2009-08-07 Thread Donald Woods
Rick, did you mean you built the openjpa-all subdir or a jar named that? The openjpa-all.jar is only created by the 1.3.x and trunk builds. The 1.2.x/openjpa-all/pom.xml generates the openjpa-1.2.x.jar file. -Donald Rick Curtis wrote: Chris - I built my 1.2.x workspace and found it in the o

Re: [DISCUSS] Drop build support for Java 5?

2009-08-06 Thread Donald Woods
Craig L Russell wrote: Database users are notorious for wanting stability, even if it means running back-level releases. Somehow they manage to coerce vendors into supporting them on their running systems. To get an accurate idea of our users' requirements, perhaps we need to include users@

Re: Dynamic entity definition creation - is it possible?

2009-08-04 Thread Donald Woods
n the report. Regards Chris -Original Message- From: Donald Woods [mailto:dwo...@apache.org] Sent: Saturday, 25 July 2009 1:47 AM To: users@openjpa.apache.org Subject: Re: Dynamic entity definition creation - is it possible? Some more thoughts... If you're dynamically changing the

Re: Dynamic entity definition creation - is it possible?

2009-07-24 Thread Donald Woods
don't know :) -Original Message----- From: Donald Woods [mailto:dwo...@apache.org] Sent: Friday, 24 July 2009 2:31 AM To: users@openjpa.apache.org Subject: Re: Dynamic entity definition creation - is it possible? Just taking a stab at this, as I've never tried it 1) Use DdlUtils

Re: Dynamic entity definition creation - is it possible?

2009-07-23 Thread Donald Woods
Just taking a stab at this, as I've never tried it 1) Use DdlUtils to dump the existing DB schema to XML, update the schema with the new columns and then alter the DB - http://db.apache.org/ddlutils/ 2) Use Torque to generate Java classes from the schema XML - http://db.apache.org/tor

[RESULTS] [VOTE] OpenJPA Logo Contest - Run-off Voting

2009-07-22 Thread Donald Woods
Logo #1 has won by 10 votes to 6. http://cwiki.apache.org/openjpa/logo-contest.html I'll work on updating the website template with the new logo tonight/tomorrow. -Donald Donald Woods wrote: After the second round of voting, we have a tie between two logos, so we'll start a run

[VOTE] OpenJPA Logo Contest - Run-off Voting

2009-07-15 Thread Donald Woods
After the second round of voting, we have a tie between two logos, so we'll start a run-off round that runs through midnight July 21. Please post your votes to the wiki page below [1] or reply to this email thread. [1] http://cwiki.apache.org/openjpa/logo-contest.html Thanks, Donald

[VOTE] OpenJPA Logo Contest - Final Round through July 15

2009-07-10 Thread Donald Woods
We've narrowed the field down to 5 logos! You have until Midnight July 15th to vote via email or editing the wiki page - http://cwiki.apache.org/openjpa/logo-contest.html -Donald Donald Woods wrote: Announcing the OpenJPA Logo Contest! Submissions: Accepted now through June 30,

Re: [VOTE] OpenJPA Logo Contest

2009-07-07 Thread Donald Woods
erever the logo is used or not? Thanks, Kevin On Tue, Jul 7, 2009 at 10:37 AM, Donald Woods wrote: Two late entries (#16 and #17) from Pid have been added. A requested variation for #13 has been added as #18. Also, some modifications/clarification on voting - The current voting will run thr

Re: [VOTE] OpenJPA Logo Contest

2009-07-07 Thread Donald Woods
un through 23:50 GMT Tuesday, July 14. -Donald Donald Woods wrote: It's time to vote on your favorite logo! Anyone can vote for up to 3 logos and logo submitters can vote for their own logos. For example, First - #13 Second - #15 Third - #7 Please include all of your votes in a single

[VOTE] OpenJPA Logo Contest

2009-07-02 Thread Donald Woods
enote which entry you are voting on (1 - 15.) -Donald Donald Woods wrote: Announcing the OpenJPA Logo Contest! Submissions: Accepted now through June 30, 2009 Rules and Guidelines: See the Logo Contest page [1] for more details. Voting: Will occur from July 1 through July 14. Winner: Wi

Re: [ANNOUNCE] OpenJPA Logo Contest

2009-06-30 Thread Donald Woods
Don't forget, today is the last day to submit entries. -Donald Donald Woods wrote: Announcing the OpenJPA Logo Contest! Submissions: Accepted now through June 30, 2009 Rules and Guidelines: See the Logo Contest page [1] for more details. Voting: Will occur from July 1 through Ju

Re: Build Time Enhancement

2009-06-29 Thread Donald Woods
Ravi, are you seeing this while building in Eclipse or after deploying to a WASCE/Geronimo server? If during build time, then you probably need to modify your Eclipse JVM settings [1] in the eclipse.ini file (which we have to tell people to do sometimes when building/deploying to WASCE). If

Re: Updated 1.3.0 build

2009-06-26 Thread Donald Woods
ople.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/${MODULE}/${VERSION}/ . -mike On Fri, Jun 26, 2009 at 6:55 AM, Donald Woods wrote: For those interested in the 1.3.x branch, I'm pushing out updated build artifacts and docs to [1], which should be available in about an hour

Updated 1.3.0 build

2009-06-26 Thread Donald Woods
For those interested in the 1.3.x branch, I'm pushing out updated build artifacts and docs to [1], which should be available in about an hour (after the next cron sync runs.) [1] http://openjpa.apache.org/builds/1.3.0-SNAPSHOT/ -Donald

Re: Why is slice module not depended on persistence-jdbc module

2009-06-22 Thread Donald Woods
For runtime, Slice only needs access to the jdbc, kernel, and lib jars as it is a BrokerFactory/JDBCProvider. It provides its own ProductDerivation in - src/main/java/org/apache/openjpa/slice/ProductDerivation.java For junit tests, it should only need to include openjpa-persistence for the

Re: Bad value for type BigDecimal : Y

2009-06-12 Thread Donald Woods
in Stockingpoint entity are @Table, @NamedQueries, @ManyToOne @JoinColumn, @Temporal Thanks Ashish On Thu, Jun 11, 2009 at 10:26 PM, Donald Woods wrote: Can you provide more details on the Stockingpoint entity being used, like the orm.xml or annotations? -Donald Ashish Jain wrote: Hi All,

Re: Bad value for type BigDecimal : Y

2009-06-11 Thread Donald Woods
Can you provide more details on the Stockingpoint entity being used, like the orm.xml or annotations? -Donald Ashish Jain wrote: Hi All, I am using apache geronimo v2.1.4 which is bundled with openJPA 1.2.1 and postgresql 8.5.3. while running an applicaiton which is based on JSF and EJB's I

[ANNOUNCE] OpenJPA Logo Contest

2009-06-11 Thread Donald Woods
Announcing the OpenJPA Logo Contest! Submissions: Accepted now through June 30, 2009 Rules and Guidelines: See the Logo Contest page [1] for more details. Voting: Will occur from July 1 through July 14. Winner: Will be announced on or after July 15. [1] http://cwiki.apache.org/openjpa/logo-conte

Re: Code organization

2009-06-05 Thread Donald Woods
Pinaki Poddar wrote: Hi Daryl, This is one feature, for a long time, I am interested to be included in JPA or at least in OpenJPA. Having your queries *only* in the major compilation unit is a poor idea for usability point of view and takes away much of the power from tuning a query a posterio

  1   2   >