Separating security into a part that depends only on the JPA and into a
[utils] / security / impl / src / main / resources / hbm / TestAuthorizationRule.hbm.xml
diff --git a/security/impl/src/main/resources/hbm/TestAuthorizationRule.hbm.xml b/security/impl/src/main/resources/hbm/TestAuthorizationRule.hbm.xml
new file mode 100644 (file)
index 0000000..7f796f5
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE hibernate-mapping PUBLIC
+    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
+    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+    
+    <hibernate-mapping>
+        <subclass name="org.wamblee.security.authorization.TestAuthorizationRule"
+            extends="org.wamblee.security.authorization.UrlAuthorizationRule"
+            discriminator-value="TEST"
+            lazy="false"/>
+      
+    </hibernate-mapping>
\ No newline at end of file