Joaquín Reñé
yesterday 9430a83dde5d7c3f4535f6c3a5f9e21ac68ac8fa
securis/src/main/webapp/WEB-INF/web.xml
....@@ -104,11 +104,13 @@
104104 </description>
105105 <role-name>admin</role-name>
106106 </security-role>
107
-
108
- <resource-env-ref>
109
- <resource-env-ref-name>SeCurisDS</resource-env-ref-name>
110
- <resource-env-ref-type>jakarta.sql.DataSource</resource-env-ref-type>
111
- </resource-env-ref>
107
+
108
+ <resource-ref>
109
+ <description>SeCuris DataSource</description>
110
+ <res-ref-name>SeCurisDS</res-ref-name>
111
+ <res-type>jakarta.sql.DataSource</res-type>
112
+ <res-auth>Container</res-auth>
113
+ </resource-ref>
112114
113115 <!--
114116 <resource-env-ref>