You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/06/06 19:59:22 UTC

svn commit: r1490381 - /cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml

Author: dkulp
Date: Thu Jun  6 17:59:22 2013
New Revision: 1490381

URL: http://svn.apache.org/r1490381
Log:
Fix test that used a now-eliminated deprecated class

Modified:
    cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml

Modified: cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml
URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml?rev=1490381&r1=1490380&r2=1490381&view=diff
==============================================================================
--- cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml (original)
+++ cxf/branches/dkulp-nowsdl4j/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server-lifecycle-beans.xml Thu Jun  6 17:59:22 2013
@@ -26,7 +26,7 @@
 	<bean id="aegisBean" class="org.apache.cxf.aegis.databinding.AegisDatabinding"
 		scope='prototype'>
 		<property name='configuration'>
-			<bean class='org.apache.cxf.aegis.type.Configuration'>
+			<bean class='org.apache.cxf.aegis.type.TypeCreationOptions'>
 				<property name='defaultMinOccurs' value='1' />
 				<property name='defaultNillable' value='false' />
 			</bean>