--- /dev/null
+<persistence xmlns="http://java.sun.com/xml/ns/persistence"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
+ version="2.0">
+
+ <persistence-unit name="securitytest">
+ <jta-data-source>jdbc/security</jta-data-source>
+
+ <class>org.wamblee.usermgt.User</class>
+ <class>org.wamblee.usermgt.Group</class>
+
+ <exclude-unlisted-classes>true</exclude-unlisted-classes>
+
+ </persistence-unit>
+</persistence>
\ No newline at end of file