Hi, related to the example I found two possible improvements *Specify, in the howto, that TomEE+ was required (the example use JAX-RS)*
*There was an error in the class org.superbiz.rest.dao.CommentDAO* In the source this POJO extends org.superbiz.rest.dao.CommentDAO, but it's not right. Infact others DAO didn't has any superclass. I fix this removing the extends and the sample works. I've attached the fixed org.superbiz.rest.dao.CommentDAO Regards, On Sat, Jul 28, 2012 at 5:13 PM, Alessandro Aglietti < [email protected]> wrote: > Hi, > overall I want to greeting you for the amazing project > > I think it's really a big project for users, like me, than use tomcat from > years. > > Flowing the samples I found a repository that not exists because it was > relocated both on svn and git. > > In > this<http://tomee.apache.org/examples-trunk/webapps/rest-example/README.html>page > the > URL<https://github.com/apache/openejb/tree/trunk/openejb/examples/webapps/rest-example>don't > work, actually the sample is located > here<https://github.com/apache/openejb/tree/trunk/openejb/examples/rest-example>(the > folder "webapps" don't exists) > > Regards, >
