You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2014/02/05 14:06:40 UTC

svn commit: r1564761 - /wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml

Author: scottbw
Date: Wed Feb  5 13:06:40 2014
New Revision: 1564761

URL: http://svn.apache.org/r1564761
Log:
updated server pom to use wookie-jpa overlay

Modified:
    wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml

Modified: wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml?rev=1564761&r1=1564760&r2=1564761&view=diff
==============================================================================
--- wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml (original)
+++ wookie/trunk/wookie-server/src/main/webapp/WEB-INF/web.xml Wed Feb  5 13:06:40 2014
@@ -22,14 +22,6 @@
 	
 	<display-name>Wookie Widget Server</display-name>
 	
-	<resource-ref>
-        <description>The JPA database connection.</description>
-        <res-ref-name>jdbc/widgetdb</res-ref-name>
-        <res-type>javax.sql.DataSource</res-type>
-        <res-auth>Container</res-auth>
-        <res-sharing-scope>Shareable</res-sharing-scope>
-    </resource-ref>
-	
 	<listener>
 		<listener-class>
 			org.apache.wookie.server.ContextListener