Unit testing Java EE 6 applications that use JPA (persistence) can be cumbersome. Arquillian, a JBoss Community project, is a perfect complement to Junit, allowing the developer to run tests inside the container with ease. In this session, attendees will be given a completed persistence application that uses JPA with JBoss Hibernate, an open source Java persistence framework project. The goal is to write a JUnit test that puts the entities and session beans under test.