Author: mwringe
Date: 2012-07-31 10:55:50 -0400 (Tue, 31 Jul 2012)
New Revision: 8807
Added:
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/src/main/application/META-INF/gatein-consumer-config.xml
Log:
BZ-844666: add missing configuration file which got lost when updating EPP from GateIn.
Added:
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/src/main/application/META-INF/gatein-consumer-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/src/main/application/META-INF/gatein-consumer-config.xml
(rev 0)
+++
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/src/main/application/META-INF/gatein-consumer-config.xml 2012-07-31
14:55:50 UTC (rev 8807)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jaxws-config xmlns="urn:jboss:jaxws-config:2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:javaee="http://java.sun.com/xml/ns/javaee"
+ xsi:schemaLocation="urn:jboss:jaxws-config:2.0
schema/jaxws-config_2_0.xsd">
+
+ <client-config>
+ <config-name>GateIn Consumer WSSecurity</config-name>
+ <post-handler-chains>
+ <javaee:handler-chain>
+ <javaee:protocol-bindings>##SOAP11_HTTP
##SOAP11_HTTP_MTOM</javaee:protocol-bindings>
+ <javaee:handler>
+ <javaee:handler-name>WS Security Credential
Handler</javaee:handler-name>
+
<javaee:handler-class>org.wsrp.wss.jboss5.handlers.consumer.WSSecurityCredentialHandler</javaee:handler-class>
+ </javaee:handler>
+ <javaee:handler>
+ <javaee:handler-name>GateIn Consumer JBWS Security
Wrapper</javaee:handler-name>
+
<javaee:handler-class>org.wsrp.wss.jboss5.handlers.consumer.JBWSSecurityHandlerWrapper</javaee:handler-class>
+ </javaee:handler>
+ </javaee:handler-chain>
+ </post-handler-chains>
+ </client-config>
+
+
+</jaxws-config>