JPA Tests

Put testng.jar and JDBC driver jar(i.e. derbyclient.jar) files in 'lib' directory.
Modify build.properties and src/META-INF/persistence.properties for your environments.

Build
 $ ant build

Run tests
 $ ant test

Also you can configure IDE to run TestNG tests (see src/jpatests/tests/ directory).
