[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 21 22:35:47 EST 2017


Author: scantor
Date: Tue Feb 21 22:35:46 2017
New Revision: 8627

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8627&view=rev
Log:
Add missing init/destroy declarations.

Modified:
    trunk/idp-conf/src/main/resources/conf/services.xml

Modified: trunk/idp-conf/src/main/resources/conf/services.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.xml?rev=8627&r1=8626&r2=8627&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/services.xml	Tue Feb 21 22:35:46 2017
@@ -4,7 +4,10 @@
     xmlns:c="http://www.springframework.org/schema/c" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
                            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
-                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
+                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
+                           
+    default-init-method="initialize"
+    default-destroy-method="destroy">
                            
     <!-- Advanced configuration of services from SVN.
        



More information about the commits mailing list