You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2013/07/16 20:58:11 UTC

svn commit: r1503829 - /cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml

Author: ashakirin
Date: Tue Jul 16 18:58:10 2013
New Revision: 1503829

URL: http://svn.apache.org/r1503829
Log:
Added additional JAXB context classes to get details in fault message

Modified:
    cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml

Modified: cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml?rev=1503829&r1=1503828&r2=1503829&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml (original)
+++ cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml Tue Jul 16 18:58:10 2013
@@ -49,6 +49,16 @@
         serviceName="serviceNamespace:XKMSPortType" endpointName="serviceNamespace:XKMSService"
         address="https://localhost:${testutil.ports.XKMSServer}/XKMS">
         <jaxws:properties>
+            <entry key="jaxb.additionalContextClasses">
+                <bean
+                    class="org.apache.cxf.xkms.model.extensions.ClassArrayFactoryBean">
+                    <property name="classNames">
+                        <list>
+                            <value>org.apache.cxf.xkms.model.extensions.ResultDetails</value>
+                        </list>
+                    </property>
+                </bean>
+            </entry>
         </jaxws:properties>
     </jaxws:client>