ODE Users, I have provided a packaging script for deploying ODE on TomEE.
The packaging script is available at https://github.com/sathwik/apache-ode-tomcat-bundle (a fork from Vanto's original work https://github.com/vanto/apache-ode-tomcat-bundle) After cloning the git repo, one could run the command: /jruby1.x-x/bin/jruby -S buildr -f buildfile-tomee clean package -e mysql TomEE comes with JPA2, (OpenJPA version 2.4). It has been downgraded to JPA 1 (OpenJPA 1.2.3) to make it compatible with ODE version of OpenJPA. The script deploys latest ODE 1.3.7-SNAPSHOT build. Interested users can test the deployment and let us know. regards, sathwik