The Ode documentation here http://ode.apache.org/ode-jbi-and-axis2-properties-overview.html shows how to setup an internal database other than Derby using "ode-axis2.db.mode=INTERNAL". Has anyone done this with H2? I've tried and it appears to work until there is any kind of load then I get "org.apache.openjpa.persistence.PersistenceException: Deadlock detected" exceptions. ode-axis2.threads.pool.size is set to 200.
I've seen examples with H2 as an external database using Hibernate but I cannot use Hibernate because of the license. Also, I'm using Jetty and not Tomcat. Any suggestions? Thanks, Les.
