Author: darran.lofthouse(a)jboss.com
Date: 2008-06-20 07:06:43 -0400 (Fri, 20 Jun 2008)
New Revision: 7717
Modified:
stack/native/branches/dlofthouse/JBPAPP-881/ant-import-tests/build-jars-jaxrpc.xml
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/META-INF/jboss-client.xml
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/WEB-INF/web.xml
Log:
Enabled signing.
Modified:
stack/native/branches/dlofthouse/JBPAPP-881/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
---
stack/native/branches/dlofthouse/JBPAPP-881/ant-import-tests/build-jars-jaxrpc.xml 2008-06-20
10:58:02 UTC (rev 7716)
+++
stack/native/branches/dlofthouse/JBPAPP-881/ant-import-tests/build-jars-jaxrpc.xml 2008-06-20
11:06:43 UTC (rev 7717)
@@ -2686,7 +2686,12 @@
<include name="webservices.xml"/>
<include name="jaxrpc-mapping.xml"/>
<include name="wsdl/**"/>
+ <include name="jboss-wsse-server.xml"/>
</webinf>
+ <webinf dir="${tests.output.dir}/resources/jaxrpc/jbws1974">
+ <include name="wsse.keystore"/>
+ <include name="wsse.truststore"/>
+ </webinf>
</war>
<jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1974-client.jar">
<fileset dir="${tests.output.dir}/classes">
@@ -2695,6 +2700,7 @@
<metainf
dir="${tests.output.dir}/resources/jaxrpc/jbws1974/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
+ <include name="jboss-wsse-client.xml"/>
</metainf>
<metainf
dir="${tests.output.dir}/resources/jaxrpc/jbws1974/WEB-INF">
<include name="jaxrpc-mapping.xml"/>
Modified:
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/META-INF/jboss-client.xml
===================================================================
---
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/META-INF/jboss-client.xml 2008-06-20
10:58:02 UTC (rev 7716)
+++
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/META-INF/jboss-client.xml 2008-06-20
11:06:43 UTC (rev 7717)
@@ -9,6 +9,7 @@
<service-ref>
<service-ref-name>service/TestService</service-ref-name>
+ <config-name>Standard WSSecurity Client</config-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws1974/TestEndpoint?wsdl</wsdl-override>
</service-ref>
Modified:
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/WEB-INF/web.xml
===================================================================
---
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/WEB-INF/web.xml 2008-06-20
10:58:02 UTC (rev 7716)
+++
stack/native/branches/dlofthouse/JBPAPP-881/src/test/resources/jaxrpc/jbws1974/WEB-INF/web.xml 2008-06-20
11:06:43 UTC (rev 7717)
@@ -5,16 +5,11 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
- <!--
- <context-param>
- <param-name>jbossws-config-name</param-name>>
- <param-value>Custom Endpoint Config</param-value>
- </context-param>
- <context-param>
- <param-name>jbossws-config-file</param-name>>
- <param-value>WEB-INF/custom-endpoint-config.xml</param-value>
- </context-param>
- -->
+ <context-param>
+ <param-name>jbossws-config-name</param-name>
+ <param-value>Standard WSSecurity Endpoint</param-value>
+ </context-param>
+
<servlet>
<servlet-name>TestEndpoint</servlet-name>
<servlet-class>