As far as I can tell I have checked in all the poms. You can't see the new dependencies?
Sorry I missed them in the commit you did last night. Yeah - my impression was that the OpenJPA EntityManager would enlist with
the tx manager when running in a managed environment.
If you run in a known web server yes, but when we run in Tomcat we don't even have a JNDI. But they have a nice interface that you can implement to provide the tx mgr so that's cool. Lance
On 12/14/06, Matthieu Riou <[EMAIL PROTECTED]> wrote: > > Great! > > I've started looking at the integration in Axis2 yesterday. I don't have > much time these days but I'll try to get something running for next > week. > The only problem so far is to pass our own tx mgr and ds to OpenJPA when > > we're running on Tomcat / Jetty. But the JPA people have been pretty > helpful > and came up with a solution. > > Btw Lance could you commit your poms? Just comment out the modules from > the > root pom but add the dependencies so that we can be sure to use the same > > versions. > > Matthieu > > On 12/13/06, Lance Waterman <[EMAIL PROTECTED]> wrote: > > > > I have checked in the OpenJPA build so please let me know if you have > > problems. > > > > The bpel-test have been updated to run in-mem or OpenJPA via a new VM > arg > > ( > > -Dorg.apache.ode.test.persitent=true ). By default they will run > in-mem. > > All > > the tests that pass in-mem now pass with OpenJPA-Derby(embedded). > > > > Lance > > > > > >
