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/02/27 12:44:10 UTC

svn commit: r1294119 - /incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml

Author: ilgrosso
Date: Mon Feb 27 11:44:09 2012
New Revision: 1294119

URL: http://svn.apache.org/viewvc?rev=1294119&view=rev
Log:
Removing useless dependency log4jdbc, now empowering OpenJPA SQL tracing features (missing file)

Modified:
    incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml

Modified: incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml?rev=1294119&r1=1294118&r2=1294119&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml (original)
+++ incubator/syncope/trunk/core/src/main/resources/persistenceContext.xml Mon Feb 27 11:44:09 2012
@@ -46,9 +46,6 @@ under the License.
 
     <!-- Use JNDI datasource as default but, when not available, revert to
          local datasource, using different properties for execution and testing -->
-<!--    <bean id="dataSource" class="net.sf.log4jdbc.Log4jdbcProxyDataSource">
-        <constructor-arg ref="dataSourceSpied" />
-    </bean>-->
     <bean id="dataSource"
           class="org.springframework.jndi.JndiObjectFactoryBean">
         <property name="jndiName" value="java:comp/env/jdbc/syncopeDataSource"/>