bpapez 2005/12/06 13:11:48 CET
Modified files:
core/src/webapp/WEB-INF web.xml
Log:
Add resource-ref to the non-transactional datasource
Revision Changes Path
1.28 +7 -1 jahia/core/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/web.xml.diff?r1=1.27&r2=1.28&f=h
Index: web.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- web.xml 21 Nov 2005 17:31:11 -0000 1.27
+++ web.xml 6 Dec 2005 12:11:47 -0000 1.28
@@ -1225,5 +1225,11 @@
<res-auth>Container</res-auth>
</resource-ref>
-
+ <resource-ref>
+ <description>Non Tx DB Connection</description>
+ <res-ref-name>jdbc/jetspeedNonTx</res-ref-name>
+ <res-type>javax.sql.DataSource</res-type>
+ <res-auth>Container</res-auth>
+ </resource-ref>
+
</web-app>