I have an example that worked on TomEE plus pre 1.0 and I'm trying to update it to work on TomEE JAX-RS 1.5
https://github.com/deshantm/rest-testing/blob/master/ex03_1/ I'm also tried the openejb example: http://openejb.apache.org/examples-trunk/rest-example/README.html Both give missing dependencies. Is there a good model pom.xml that I can follow that has the proper dependencies for TomEE JAX-RS 1.5? Thanks, Todd
