[java-idp-testbed COMMIT] /trunk/src/test/resources/c14n/webflows/beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 23 19:46:53 EDT 2014


Author: tzeller
Date: Wed Apr 23 19:46:53 2014
New Revision: 195

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=195&view=rev
Log:
JSE-6 Move IdentifiableBeanPostProcessor from idp-core to spring-extensions.

Modified:
    trunk/src/test/resources/c14n/webflows/beans.xml

Modified: trunk/src/test/resources/c14n/webflows/beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/beans.xml?rev=195&r1=194&r2=195&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/beans.xml (original)
+++ trunk/src/test/resources/c14n/webflows/beans.xml Wed Apr 23 19:46:53 2014
@@ -8,7 +8,7 @@
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
 	default-init-method="initialize" default-destroy-method="destroy">
 
-    <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
+    <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
     
 	<bean id="InitializeProfileRequestContext"
 		class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext"



More information about the commits mailing list