riftsaw SVN: r1414 - in trunk: docs/docbook/userguide/src/main/en-US/module and 18 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-07-01 14:38:03 -0400 (Fri, 01 Jul 2011)
New Revision: 1414
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
trunk/docs/docbook/userguide/src/main/en-US/module/deploy.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_secure_service/build.xml
trunk/samples/esb/esb_helloworld_saml/build.xml
trunk/samples/esb/esb_helloworld_saml/readme.txt
trunk/samples/esb/invoke_esb_ebws/build.xml
trunk/samples/esb/invoke_esb_ebws/readme.txt
trunk/samples/esb/simple_esb_proxy_invoke/build.xml
trunk/samples/esb/simple_esb_proxy_invoke/readme.txt
trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt
trunk/samples/quickstart/dynpartner/build.xml
trunk/samples/quickstart/dynpartner/readme.txt
trunk/samples/quickstart/hello_world/build.xml
trunk/samples/quickstart/hello_world/readme.txt
trunk/samples/quickstart/hello_world_header_ode/build.xml
trunk/samples/quickstart/hello_world_header_ode/readme.txt
trunk/samples/quickstart/hello_world_header_wsdl/build.xml
trunk/samples/quickstart/hello_world_header_wsdl/readme.txt
trunk/samples/quickstart/management/build.xml
trunk/samples/quickstart/management/readme.txt
trunk/samples/quickstart/math/build.xml
trunk/samples/quickstart/math/readme.txt
trunk/samples/quickstart/say_hello/build.xml
trunk/samples/quickstart/say_hello/readme.txt
trunk/samples/quickstart/secure_invoke/build.xml
trunk/samples/quickstart/secure_invoke/readme.txt
trunk/samples/quickstart/secure_service/build.xml
trunk/samples/quickstart/secure_service/readme.txt
trunk/samples/quickstart/service_handler/build.xml
trunk/samples/quickstart/service_handler/readme.txt
trunk/samples/quickstart/simple_flow/build.xml
trunk/samples/quickstart/simple_flow/readme.txt
trunk/samples/quickstart/simple_invoke/build.xml
trunk/samples/quickstart/simple_invoke/readme.txt
trunk/samples/quickstart/while_wait/build.xml
trunk/samples/quickstart/while_wait/readme.txt
Log:
RIFTSAW-396 - changed sample invocation target to runtest when only a single such target exists.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -62,7 +62,7 @@
</para>
<code>
- ant sendhello
+ ant runtest
</code>
<para>
Modified: trunk/docs/docbook/userguide/src/main/en-US/module/deploy.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/module/deploy.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/docs/docbook/userguide/src/main/en-US/module/deploy.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -198,7 +198,7 @@
</imageobject>
<para>
- Deselect the <emphasis>deploy</emphasis> target, and select the <emphasis>sendhello</emphasis>
+ Deselect the <emphasis>deploy</emphasis> target, and select the <emphasis>runtest</emphasis>
target, before pressing the <emphasis>Run</emphasis> button. This was send a test 'hello'
message to the server, and then display the response in the <emphasis>Console</emphasis>
tab.
@@ -228,7 +228,7 @@
</para>
<para>
- The final step is to then re-run the 'sendhello' target within the <filename>build.xml</filename>
+ The final step is to then re-run the 'runtest' target within the <filename>build.xml</filename>
file, to send a new request, and view the response. The response should now be modified
according to the changes you made in the BPEL process.
</para>
@@ -329,7 +329,7 @@
specified within the <filename>test.endpoint</filename> file. If you then
wish to try forcing the timeout to occur, simply increase the wait
duration to 3 minutes 30 seconds, and resubmit the test message using the
- <emphasis>ant sendhello</emphasis> command.
+ <emphasis>ant runtest</emphasis> command.
</para>
</section>
Modified: trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_secure_service/build.xml
===================================================================
--- trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_secure_service/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_secure_service/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -63,7 +63,7 @@
</javac>
</target>
- <target name="sendhello" description="run jaxws static client" depends="makeclient" >
+ <target name="runtest" description="run jaxws static client" depends="makeclient" >
<java classname="org.jboss.soa.bpel.examples.jaxws.JAXWSDispatcherClient" fork="yes" >
<arg value="${basedir}/bpelContent/HelloWorld.wsdl"/>
<!-- arg value="http://localhost:8080/Quickstart_bpel_secure_serviceWS"/ -->
Modified: trunk/samples/esb/esb_helloworld_saml/build.xml
===================================================================
--- trunk/samples/esb/esb_helloworld_saml/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/esb_helloworld_saml/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -128,7 +128,7 @@
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/${ant.project.name}/ebws/BPELESBSecurity/SayHelloWi..."/>
Modified: trunk/samples/esb/esb_helloworld_saml/readme.txt
===================================================================
--- trunk/samples/esb/esb_helloworld_saml/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/esb_helloworld_saml/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -5,14 +5,14 @@
Riftsaw, JBossESB, PicketLink, and JBossAS JAAS can together meet this requirement in the context of a business process performed by PartyA. The PicketLink project provides a component, PicketLinkSTS, that provides a WS-Trust SecureTokenService. This quickstart uses PicketLinkSTS to issue a SAML Token with an Authentication assertion (as PartyA). PicketLinkSTS is also used by the invoked service (PartyB) to validated the SAML Token. Riftsaw is responsible for passing the SAML token to the linked service.
-The quickstart is executed using ant sendhello, which invokes a Web service which is really an ESB service exposed as a Web service using EBWS. The client request includes a WS-Security header element with a UsernameToken. The EBWS generated Web service extracts the UsernameToken making it available to the ESB Service. The ESB Service is configured with a security element that specifies a JBoss JASS application policy that uses the PicketLinkSTS TokenIssuing login module. This login module authenticates the user using the UsernameToken and requests PicketLinkSTS to issue a SAMLToken for this user. Once the user is authenticated and the SAMLToken issues, the ESB Service action processing pipeline is entered, where a BPELInvoke action is called that starts a Riftsaw
+The quickstart is executed using ant runtest, which invokes a Web service which is really an ESB service exposed as a Web service using EBWS. The client request includes a WS-Security header element with a UsernameToken. The EBWS generated Web service extracts the UsernameToken making it available to the ESB Service. The ESB Service is configured with a security element that specifies a JBoss JASS application policy that uses the PicketLinkSTS TokenIssuing login module. This login module authenticates the user using the UsernameToken and requests PicketLinkSTS to issue a SAMLToken for this user. Once the user is authenticated and the SAMLToken issues, the ESB Service action processing pipeline is entered, where a BPELInvoke action is called that starts a Riftsaw
BPEL process and copies the SAML Token wrapped in a Security element into the process receive variable. The BPEL process then copies the Security element along with the data into another variable (this is specified in the BPEL process design), which is then used to populate the message sent to the invoke activity (PartyB's Web service). The invoke activity consumes a JaxWS Web service, which is proxied by another ESB service using the SOAPProxy action. SOAPProxy uses an HTTP Gateway, which does not process WS-Security elements. Therefore a custom message composer was added to the listener configuration of this second service. This second ESB service also uses PicketLinkSTS to validate the SAML Token.
To deploy the example, open a command line window in the example's folder, and simply type 'ant deploy'. To undeploy, use the command 'ant undeploy'.
To test the example, for example using the SOAPUI client, an example message can be found in the messages sub-folder, with the relevant WSDL being located in the server/default/data/wsdl/Quickstart_bpel_hello_world_saml/BPELESBSecurity folder.
-Alternatively, use the 'ant sendhello' command (from a command line window) to send the example message directly to the Web service.
+Alternatively, use the 'ant runtest' command (from a command line window) to send the example message directly to the Web service.
NOTE: The "ant deploy" command will by default deploy version 1 of the example to the server. If you wish to change the example, and redeploy, then you should either undeploy, or else you will need to update the version number in the build.xml, or override the version property, e.g. "ant -Dversion=2 deploy" (and similarly when undeploying "ant -Dversion=2 undeploy").
Modified: trunk/samples/esb/invoke_esb_ebws/build.xml
===================================================================
--- trunk/samples/esb/invoke_esb_ebws/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/invoke_esb_ebws/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -30,7 +30,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_approval_serviceWS"/>
Modified: trunk/samples/esb/invoke_esb_ebws/readme.txt
===================================================================
--- trunk/samples/esb/invoke_esb_ebws/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/invoke_esb_ebws/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -11,7 +11,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/esb/simple_esb_proxy_invoke/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -72,7 +72,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_simple_invokeWS"/>
Modified: trunk/samples/esb/simple_esb_proxy_invoke/readme.txt
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/simple_esb_proxy_invoke/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -15,7 +15,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
When running the command, additional output will be seen in the JBossAS
Modified: trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -72,7 +72,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_simple_invokeWS"/>
Modified: trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -15,7 +15,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
When running the command, additional output will be seen in the JBossAS
Modified: trunk/samples/quickstart/dynpartner/build.xml
===================================================================
--- trunk/samples/quickstart/dynpartner/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/dynpartner/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendmesg">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/dynpartner/DynMainService"/>
Modified: trunk/samples/quickstart/dynpartner/readme.txt
===================================================================
--- trunk/samples/quickstart/dynpartner/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/dynpartner/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -11,7 +11,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendmesg' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/hello_world/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_hello_worldWS"/>
Modified: trunk/samples/quickstart/hello_world/readme.txt
===================================================================
--- trunk/samples/quickstart/hello_world/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -11,7 +11,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/hello_world_header_ode/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_ode/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world_header_ode/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_hello_world_header_odeWS"/>
Modified: trunk/samples/quickstart/hello_world_header_ode/readme.txt
===================================================================
--- trunk/samples/quickstart/hello_world_header_ode/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world_header_ode/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -12,7 +12,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/hello_world_header_wsdl/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_hello_world_header_wsdlWS"/>
Modified: trunk/samples/quickstart/hello_world_header_wsdl/readme.txt
===================================================================
--- trunk/samples/quickstart/hello_world_header_wsdl/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/hello_world_header_wsdl/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -13,7 +13,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/management/build.xml
===================================================================
--- trunk/samples/quickstart/management/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/management/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -19,7 +19,7 @@
</target>
- <target name="runclient" depends="compile">
+ <target name="runtest" depends="compile">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.jboss.riftsaw.management.ManagementClient">
<classpath>
Modified: trunk/samples/quickstart/management/readme.txt
===================================================================
--- trunk/samples/quickstart/management/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/management/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -16,7 +16,7 @@
To run this management example, use the following command:
- ant runclient
+ ant runtest
The result from this command will show the output from four RESTful services:
Modified: trunk/samples/quickstart/math/build.xml
===================================================================
--- trunk/samples/quickstart/math/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/math/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="math">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/MathProcess"/>
Modified: trunk/samples/quickstart/math/readme.txt
===================================================================
--- trunk/samples/quickstart/math/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/math/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -20,12 +20,12 @@
Alternatively, use one of these commands (from a command line window)
to send the message:
- ant math -Dop=add
- ant math -Dop=subtract
- ant math -Dop=multiply
- ant math -Dop=divide
- ant math -Dop=divideByZero
- ant math -Dop=power
+ ant runtest -Dop=add
+ ant runtest -Dop=subtract
+ ant runtest -Dop=multiply
+ ant runtest -Dop=divide
+ ant runtest -Dop=divideByZero
+ ant runtest -Dop=power
For these tests always: a=2, b=4, only for divideByZero b=0
Modified: trunk/samples/quickstart/say_hello/build.xml
===================================================================
--- trunk/samples/quickstart/say_hello/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/say_hello/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sayhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/SayHelloProcess"/>
Modified: trunk/samples/quickstart/say_hello/readme.txt
===================================================================
--- trunk/samples/quickstart/say_hello/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/say_hello/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -14,7 +14,7 @@
'sayHello' message can be found in the messages sub-folder, with the
relevant WSDL being located in the bpel sub-folder.
-Alternatively, use the 'ant sayhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the message.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/secure_invoke/build.xml
===================================================================
--- trunk/samples/quickstart/secure_invoke/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/secure_invoke/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -80,7 +80,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_secure_invokeWS"/>
Modified: trunk/samples/quickstart/secure_invoke/readme.txt
===================================================================
--- trunk/samples/quickstart/secure_invoke/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/secure_invoke/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -37,7 +37,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/secure_service/build.xml
===================================================================
--- trunk/samples/quickstart/secure_service/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/secure_service/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -53,7 +53,7 @@
</javac>
</target>
- <target name="sendhello" description="run jaxws static client" depends="makeclient" >
+ <target name="runtest" description="run jaxws static client" depends="makeclient" >
<java classname="org.jboss.soa.bpel.examples.jaxws.JAXWSDispatcherClient" fork="yes" >
<arg value="${basedir}/bpelContent/HelloWorld.wsdl"/>
<!-- arg value="http://localhost:8080/Quickstart_bpel_secure_serviceWS"/ -->
Modified: trunk/samples/quickstart/secure_service/readme.txt
===================================================================
--- trunk/samples/quickstart/secure_service/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/secure_service/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -30,7 +30,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/service_handler/build.xml
===================================================================
--- trunk/samples/quickstart/service_handler/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/service_handler/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -42,7 +42,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_service_handlerWS"/>
Modified: trunk/samples/quickstart/service_handler/readme.txt
===================================================================
--- trunk/samples/quickstart/service_handler/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/service_handler/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -15,7 +15,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/simple_flow/build.xml
===================================================================
--- trunk/samples/quickstart/simple_flow/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/simple_flow/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -21,7 +21,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_simple_flow"/>
Modified: trunk/samples/quickstart/simple_flow/readme.txt
===================================================================
--- trunk/samples/quickstart/simple_flow/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/simple_flow/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -11,7 +11,7 @@
'simpleflow_request' message can be found in the messages sub-folder, with the
relevant WSDL being located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the message.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/simple_invoke/build.xml
===================================================================
--- trunk/samples/quickstart/simple_invoke/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/simple_invoke/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -63,7 +63,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendhello">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_simple_invokeWS"/>
Modified: trunk/samples/quickstart/simple_invoke/readme.txt
===================================================================
--- trunk/samples/quickstart/simple_invoke/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/simple_invoke/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -16,7 +16,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendhello' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
Modified: trunk/samples/quickstart/while_wait/build.xml
===================================================================
--- trunk/samples/quickstart/while_wait/build.xml 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/while_wait/build.xml 2011-07-01 18:38:03 UTC (rev 1414)
@@ -63,7 +63,7 @@
<delete file="${deploy.dir}/${sample.jar.name}" />
</target>
- <target name="sendreq">
+ <target name="runtest">
<echo>Send test message to: ${ant.project.name}</echo>
<java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
<arg value="http://localhost:8080/Quickstart_bpel_while_waitWS"/>
Modified: trunk/samples/quickstart/while_wait/readme.txt
===================================================================
--- trunk/samples/quickstart/while_wait/readme.txt 2011-07-01 15:26:53 UTC (rev 1413)
+++ trunk/samples/quickstart/while_wait/readme.txt 2011-07-01 18:38:03 UTC (rev 1414)
@@ -17,7 +17,7 @@
can be found in the messages sub-folder, with the relevant WSDL being
located in the bpel sub-folder.
-Alternatively, use the 'ant sendreq' command (from a command line window)
+Alternatively, use the 'ant runtest' command (from a command line window)
to send the example message directly to the deployed process.
NOTE: The "ant deploy" command will by default deploy version 1 of the
13 years, 6 months
riftsaw SVN: r1413 - in trunk: distribution/src/main/assembly and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-07-01 11:26:53 -0400 (Fri, 01 Jul 2011)
New Revision: 1413
Modified:
trunk/distribution/pom.xml
trunk/distribution/src/main/assembly/bin.xml
trunk/qa/hudson-riftsaw-db.sh
trunk/qa/hudson-riftsaw-jboss-as6.sh
trunk/qa/hudson-riftsaw-jboss.sh
trunk/qa/hudson-riftsaw-local-as6.sh
trunk/qa/hudson-riftsaw-local.sh
trunk/qa/hudson-riftsaw-soa-p.sh
trunk/qa/hudson-riftsaw-ws.sh
Log:
Upgrade esb version to 4.10, although still using our own build. Also removed inclusion of juddi 4.0.3 from distribution/conf/juddi folder.
Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/distribution/pom.xml 2011-07-01 15:26:53 UTC (rev 1413)
@@ -234,13 +234,6 @@
<version>1.0</version>
</dependency>
- <!-- juddi-client, should be removed once esb catches up to 3.0.4-->
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-client</artifactId>
- <version>3.0.4</version>
- </dependency>
-
</dependencies>
<build>
Modified: trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/distribution/src/main/assembly/bin.xml 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/distribution/src/main/assembly/bin.xml 2011-07-01 15:26:53 UTC (rev 1413)
@@ -254,13 +254,6 @@
</includes>
</dependencySet>
- <!-- juddi-client, should be removed once esb catches up to 3.0.4-->
- <dependencySet>
- <outputDirectory>/conf/juddi</outputDirectory>
- <includes>
- <include>org.apache.juddi:juddi-client</include>
- </includes>
- </dependencySet>
</dependencySets>
</assembly>
Modified: trunk/qa/hudson-riftsaw-db.sh
===================================================================
--- trunk/qa/hudson-riftsaw-db.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-db.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -13,7 +13,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.1.2.GA"
Modified: trunk/qa/hudson-riftsaw-jboss-as6.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss-as6.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-jboss-as6.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -12,7 +12,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
Modified: trunk/qa/hudson-riftsaw-jboss.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-jboss.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -11,7 +11,7 @@
RIFTSAW_VERSION="2.3.0-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
Modified: trunk/qa/hudson-riftsaw-local-as6.sh
===================================================================
--- trunk/qa/hudson-riftsaw-local-as6.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-local-as6.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -12,7 +12,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="3"
Modified: trunk/qa/hudson-riftsaw-local.sh
===================================================================
--- trunk/qa/hudson-riftsaw-local.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-local.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -12,7 +12,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
DATABASE="hsql"
Modified: trunk/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- trunk/qa/hudson-riftsaw-soa-p.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-soa-p.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -15,7 +15,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.1.2.GA"
Modified: trunk/qa/hudson-riftsaw-ws.sh
===================================================================
--- trunk/qa/hudson-riftsaw-ws.sh 2011-06-30 13:27:27 UTC (rev 1412)
+++ trunk/qa/hudson-riftsaw-ws.sh 2011-07-01 15:26:53 UTC (rev 1413)
@@ -15,7 +15,7 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.10-SNAPSHOT"
+JBOSS_ESB_VERSION="4.10"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.4.0.GA"
13 years, 6 months