Re: OpenJPA support for JPA 2.1: when?

2014-12-09 Thread David Blevins
On Dec 8, 2014, at 11:55 AM, David Blevins wrote: > Throwing this out there as it never hurts to be explicit. > > On the Tomitribe side I'm willing to hire someone to work on OpenJPA > full-time if there are enough users out there willing to share the cost of > said de

Re: OpenJPA support for JPA 2.1: when?

2014-12-08 Thread David Blevins
it 10 different ways. Email me offline -- not really an appropriate conversation for this list. As well this is the first and only time I'll mention it. I will say that at some point our belief in Open Source has to match some level of commitment. Here's your opportunity. -- Dav

Re: OpenEJB and Database Views

2011-02-10 Thread David Blevins
On Feb 10, 2011, at 10:40 AM, kenundrumz2100 wrote: > I am a relatively new user of OpenEJB, and first wanna say it seems like a > great start towards being able to finally unit test out session bean's out > of container. Thanks! > I am, however, have a small issue that I am not entirely sure h

Re: openejb3.1 merge

2009-03-31 Thread David Blevins
tached, assuming that's something we could detect? Jon David Blevins wrote: Haven't had a chance to look at the issue, but it's starting to sound like a detach. Per spec, when the transaction ends, all objects pulled from a TRANSACTION scoped PersistenceContext are detached and no

Fwd: Caused by: org.apache.openjpa.persistence.ArgumentException: ....... cannot be annotated by two persistence strategy annotations.

2009-03-20 Thread David Blevins
Forwarding to the OpenJPA users list, hopefully they might have better insight. -David Begin forwarded message: Resent-From: From: jooocz Date: March 19, 2009 7:37:56 PM PDT To: us...@openejb.apache.org Subject: Caused by: org.apache.openjpa.persistence.ArgumentException: ... cann

Re: Problem with DataSource

2009-01-27 Thread David Blevins
Hi Martin, Your configuration is perfect. I wonder if the OpenJPA team might be aware of anything that might prevent the SynchronizeMappings feature from working on PostgreSQL. Of perhaps if there's a better way to debug exactly what table definitions were created in the synchronization

Re: Unit Testing with openEjb

2008-12-10 Thread David Blevins
Hi Sanga, Hoping the OpenJPA folks have some insight on the error. -David On Dec 9, 2008, at 2:35 AM, sanga lawalata wrote: Greetings, I know the problem is that there is no in my persistence XML. but I get problems here that in DB : Table User (number id, varchar name, numb

Re: Problem with openjpa enhancer - using runtime enhancement

2008-07-17 Thread David Blevins
I wonder if this is simply an issue that the Entity classes are loaded *before* OpenEJB starts and is able to hand the persistence.xml data to OpenJPA. If there are imports for the Entities in the TestCase then this is likely what's happening. You might try moving the test code around a bi