I am setting Arquillian with CDI , hibernate and tomcat-embedded 7. I could find a few example for CDI and tomcat-embedded 7 and it is working fine with my Arquillian tests, but I couldn't find any resources or example for setting Arquillian with hibernate and tomcat-embedded. (samples for setting data source , persistence.xml, shrinkWrap )
I will appriciate anything in this regard ( example , URL , blog, source code).
The only thing which I could find for tomcat and Arquillian is this URL https://github.com/arquillian/arquillian-container-tomcat/ , but there is nothing related to JPA (hibernate) settings in these examples