[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 11 22:05:58 EST 2015


Author: tzeller
Date: Wed Feb 11 22:05:58 2015
New Revision: 4222

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4222&view=rev
Log:
Add disabled properties to PostgreSQL configuration for storage service tests.

Modified:
    trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml

Modified: trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml?rev=4222&r1=4221&r2=4222&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml (original)
+++ trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml Wed Feb 11 22:05:58 2015
@@ -44,6 +44,8 @@
     <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
         <property name="driverClassName" value="org.postgresql.Driver" />
         <property name="url" value="jdbc:postgresql://localhost:5432/storageservice" />
+        <property name="username" value="postgres" />
+        <property name="password" value="" />
     </bean>
     -->
 



More information about the commits mailing list