You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/11 08:45:59 UTC

svn commit: r1360036 - /incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml

Author: ilgrosso
Date: Wed Jul 11 06:45:59 2012
New Revision: 1360036

URL: http://svn.apache.org/viewvc?rev=1360036&view=rev
Log:
Adding commented datasource declaration for (optional) usage with WebLogic

Modified:
    incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml

Modified: incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml?rev=1360036&r1=1360035&r2=1360036&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml (original)
+++ incubator/syncope/trunk/core/src/main/webapp/WEB-INF/weblogic.xml Wed Jul 11 06:45:59 2012
@@ -34,4 +34,9 @@ under the License.
     </prefer-application-packages>
   </container-descriptor>
 
+  <!-- Uncomment this when using JNDI DataSource -->
+  <!--<resource-description>
+    <jndi-name>syncopeDataSource</jndi-name>
+    <res-ref-name>jdbc/syncopeDataSource</res-ref-name>
+  </resource-description>-->
 </weblogic-web-app>
\ No newline at end of file