[jboss-cvs] jboss-portal/wsrp/src/resources/test-wsrp-consumer-client/META-INF ...
Chris Laprun
chris.laprun at jboss.com
Tue Aug 8 00:31:50 EDT 2006
User: claprun
Date: 06/08/08 00:31:50
Modified: wsrp/src/resources/test-wsrp-consumer-client/META-INF
application-client.xml
Log:
- Fixed issue with Handler not being available for tests. For some reason, it needs to be added on all the service definitions. I suspect it has to do with the way we change the service URL in the service factory.
- Minor improvements.
Revision Changes Path
1.4 +12 -0 jboss-portal/wsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: application-client.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- application-client.xml 1 Jul 2006 05:34:57 -0000 1.3
+++ application-client.xml 8 Aug 2006 04:31:50 -0000 1.4
@@ -14,6 +14,10 @@
<port-component-ref>
<service-endpoint-interface>org.jboss.portal.wsrp.core.WSRP_v1_ServiceDescription_PortType</service-endpoint-interface>
</port-component-ref>
+ <handler>
+ <handler-name>RequestHeaderHandler</handler-name>
+ <handler-class>org.jboss.portal.wsrp.handler.RequestHeaderClientHandler</handler-class>
+ </handler>
</service-ref>
<service-ref>
@@ -38,6 +42,10 @@
<port-component-ref>
<service-endpoint-interface>org.jboss.portal.wsrp.core.WSRP_v1_Registration_PortType</service-endpoint-interface>
</port-component-ref>
+ <handler>
+ <handler-name>RequestHeaderHandler</handler-name>
+ <handler-class>org.jboss.portal.wsrp.handler.RequestHeaderClientHandler</handler-class>
+ </handler>
</service-ref>
<service-ref>
@@ -48,5 +56,9 @@
<port-component-ref>
<service-endpoint-interface>org.jboss.portal.wsrp.core.WSRP_v1_PortletManagement_PortType</service-endpoint-interface>
</port-component-ref>
+ <handler>
+ <handler-name>RequestHeaderHandler</handler-name>
+ <handler-class>org.jboss.portal.wsrp.handler.RequestHeaderClientHandler</handler-class>
+ </handler>
</service-ref>
</application-client>
More information about the jboss-cvs-commits
mailing list