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>


Reply via email to