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: Tomcat and openEJB - how to do this simple config?

2009-01-27 Thread David Blevins
On Jan 23, 2009, at 2:25 AM, jpmad4it wrote: Man, you are a LEGEND!. Thank you so much for this. I can't tell you how much this is appreciated. :jumping: Sorry for the delay -- we're a bit backed up at the moment :) I think it would be best if I took it step by step to tackle this data

Re: Programatically configure persistence under Tomcat

2009-01-27 Thread David Blevins
On Jan 22, 2009, at 3:26 AM, Luis Fernando Planella Gonzalez wrote: Each instance has it's own database. The most important properties to set up for each instance are jdbc url, username and password, but it would be nice if it would also be possible to hack the pool properties, so that more

Re: Non daemon threads launched by Timer service and not properly stopped

2009-01-27 Thread David Blevins
On Jan 22, 2009, at 2:38 AM, uglything wrote: Hie David. Just a quick update. I launched the TimerHang project against the following configurations : Tomcat 6.0.18 + OpenEJB 3.0 Tomcat 6.0.18 + OpenEJB 3.1 Tomcat 5.5.20 + OpenEJB 3.0 Tomcat 5.5.20 + OpenEJB 3.1 The problem arised each ti

Re: Stateless Example

2009-01-27 Thread David Blevins
On Jan 16, 2009, at 11:32 AM, hretter wrote: Could someone post or direct me to a post of a COMPLETE web application archive (war file) example with: ejb: public interface EchoLocal { public String echo(String msg); } @Stateless public Class EchoBean implements EchoLocal { public String

Re: Problem with entityManager and Open EJB 3.1

2009-01-27 Thread David Blevins
On Jan 20, 2009, at 2:54 AM, Olivier THIERRY wrote: Hi, I use Open EJB to run TestNG unit tests in a Maven project. This project contains many Seam components. All of them are EJB3 stateful session beans (conversation scoped) and use extended persistence context (same persistence unit everywhe

Re: EntityManager Propagation Problem under 3.1

2009-01-27 Thread David Blevins
Hi Jim, Wanted to give you an update. I've been looking into this one and so far haven't been able to find the source of the issue. In addition to your sample I've been adding more tests in this area -- the java ee tck has plenty but it's nice to have some of our own. Seems the basic fu