[saml-dev] [66] branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml: This test breaks with 2.2.3, looks like a CXF bug :-( Workaround is to give each endpoint its own service

View: New views
1 Messages — Rating Filter:   Alert me  

[saml-dev] [66] branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml: This test breaks with 2.2.3, looks like a CXF bug :-( Workaround is to give each endpoint its own service

by tcarlson-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[66] branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml: This test breaks with 2.2.3, looks like a CXF bug :-( Workaround is to give each endpoint its own service
Revision
66
Author
tcarlson
Date
2009-10-30 20:59:59 -0500 (Fri, 30 Oct 2009)

Log Message

This test breaks with 2.2.3, looks like a CXF bug :-(  Workaround is to give each endpoint its own service

Modified Paths

Diff

Modified: branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml (65 => 66)

--- branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml	2009-10-31 01:57:47 UTC (rev 65)
+++ branches/mule-module-saml-2.2.3/src/test/resources/org/mule/module/saml/saml-cxf-test.xml	2009-10-31 01:59:59 UTC (rev 66)
@@ -23,8 +23,6 @@
     <spring:beans>   
     	<spring:import resource="classpath:org/mule/module/saml/saml-security-manager.xml"/>
 
-		<spring:bean id="SamlTest" class="org.mule.module.saml.cxf.SamlCxfTestImpl" />
-
        <spring:bean name="wss4jSenderVouchesInConfiguration"
 			class="org.springframework.beans.factory.config.MapFactoryBean">
 			<spring:property name="sourceMap">
@@ -62,11 +60,11 @@
 			Web Service definitions
 			*************************************************************************
 		-->
-		<service name="SAMLTestWSService">
+		<service name="Service1">
 			<inbound>
 				<cxf:inbound-endpoint address="http://localhost:8003/sender-vouches-unsigned"
 					serviceClass="org.mule.module.saml.cxf.SamlCxfTestService"
-					name="sender-vouches-unsigned-in" applySecurityToProtocol="false">
+					applySecurityToProtocol="false">
 					<property key="schema-validation-enabled" value="true" />
 					<saml:cxf-security-filter certificate-alias="mulesaml"/>
 					<cxf:features>
@@ -78,10 +76,15 @@
 						</spring:bean>
 					</cxf:inInterceptors>
 				</cxf:inbound-endpoint>
+			</inbound>
+			<component class="org.mule.module.saml.cxf.SamlCxfTestImpl" />
+		</service>
 
+		<service name="Service2">
+			<inbound>
 				<cxf:inbound-endpoint address="http://localhost:8003/sender-vouches-nondefault"
 					serviceClass="org.mule.module.saml.cxf.SamlCxfTestService"
-					name="sender-vouches-nondefault-in" applySecurityToProtocol="false">
+					applySecurityToProtocol="false">
 					<property key="schema-validation-enabled" value="true" />
 					<saml:cxf-security-filter certificate-alias="mulesaml" security-realm="non-default"/>
 					<cxf:features>
@@ -93,10 +96,15 @@
 						</spring:bean>
 					</cxf:inInterceptors>
 				</cxf:inbound-endpoint>
+			</inbound>
+			<component class="org.mule.module.saml.cxf.SamlCxfTestImpl" />
+		</service>
 
+		<service name="Service3">
+			<inbound>
 				<cxf:inbound-endpoint address="http://localhost:8003/sender-vouches-signed"
 					serviceClass="org.mule.module.saml.cxf.SamlCxfTestService"
-					name="sender-vouches-signed-in" applySecurityToProtocol="false">
+					applySecurityToProtocol="false">
 					<property key="schema-validation-enabled" value="true" />
 					<saml:cxf-security-filter certificate-alias="mulesaml"/>
 					<cxf:features>
@@ -108,10 +116,15 @@
 						</spring:bean>
 					</cxf:inInterceptors>
 				</cxf:inbound-endpoint>
+			</inbound>
+			<component class="org.mule.module.saml.cxf.SamlCxfTestImpl" />
+		</service>
 
+		<service name="Service4">
+			<inbound>
 				<cxf:inbound-endpoint address="http://localhost:8003/holder-of-key-unsigned"
 					serviceClass="org.mule.module.saml.cxf.SamlCxfTestService"
-					name="holder-of-key-unsigned-in" applySecurityToProtocol="false">
+					applySecurityToProtocol="false">
 					<property key="schema-validation-enabled" value="true" />
 					<saml:cxf-security-filter certificate-alias="mulesaml" security-realm="holderOfKey"/>
 					<cxf:features>
@@ -123,11 +136,8 @@
 						</spring:bean>
 					</cxf:inInterceptors>
 				</cxf:inbound-endpoint>
-
 			</inbound>
-			<component>
-				<spring-object bean="SamlTest" />
-			</component>
+			<component class="org.mule.module.saml.cxf.SamlCxfTestImpl" />
 		</service>
 	</model>
 </mule>
\ No newline at end of file


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MuleForge Dev" group.
To post to this group, send email to muleforgedev@...
To unsubscribe from this group, send email to muleforgedev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en
-~----------~----~----~----~------~----~------~--~---
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://admin.muleforge.org/manage_email