riftsaw SVN: r818 - in branches/RiftSaw-2.1.x: samples/esb and 17 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 12:52:16 -0400 (Mon, 28 Jun 2010)
New Revision: 818
Added:
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/build.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/messages/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/readme.txt
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/view/
branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp
Modified:
branches/RiftSaw-2.1.x/distribution/src/main/assembly/bin.xml
Log:
RIFTSAW-232 - Added second alternative for using an ESB service as a proxy for invoking a JAXWS service.
Modified: branches/RiftSaw-2.1.x/distribution/src/main/assembly/bin.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/src/main/assembly/bin.xml 2010-06-28 16:50:40 UTC (rev 817)
+++ branches/RiftSaw-2.1.x/distribution/src/main/assembly/bin.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -68,6 +68,7 @@
<include>esb/bpel_loan_fault/**</include>
<include>esb/invoke_esb_ebws/**</include>
<include>esb/simple_esb_proxy_invoke/**</include>
+ <include>esb/simple_esb_proxy_invoke2/**</include>
<include>quickstart/bpel_event_listener/**</include>
<include>quickstart/hello_world/**</include>
<include>quickstart/hello_world_header_ode/**</include>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<definitions name='HelloWorldWSService'
+targetNamespace='http://simple_invoke/helloworld'
+xmlns='http://schemas.xmlsoap.org/wsdl/'
+xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
+xmlns:tns='http://simple_invoke/helloworld'
+xmlns:xsd='http://www.w3.org/2001/XMLSchema'
+xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+>
+ <types>
+ <xs:schema targetNamespace='http://simple_invoke/helloworld' version='1.0' xmlns:tns='http://simple_invoke/helloworld' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+ <xs:element name='sayGoodbye' type='tns:sayGoodbye'/>
+ <xs:element name='sayGoodbyeResponse' type='tns:sayGoodbyeResponse'/>
+ <xs:element name='sayHello' type='tns:sayHello'/>
+ <xs:element name='sayHelloResponse' type='tns:sayHelloResponse'/>
+ <xs:complexType name='sayGoodbye'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='toWhom' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayGoodbyeResponse'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='return' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayHello'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='toWhom' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayHelloResponse'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='return' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:schema>
+ </types>
+ <message name='HelloWorld_sayGoodbye'>
+ <part element='tns:sayGoodbye' name='sayGoodbye'></part>
+ </message>
+ <message name='HelloWorld_sayHello'>
+ <part element='tns:sayHello' name='sayHello'></part>
+ </message>
+ <message name='HelloWorld_sayHelloResponse'>
+ <part element='tns:sayHelloResponse' name='sayHelloResponse'></part>
+ </message>
+ <message name='HelloWorld_sayGoodbyeResponse'>
+ <part element='tns:sayGoodbyeResponse' name='sayGoodbyeResponse'></part>
+ </message>
+ <portType name='HelloWorld'>
+ <operation name='sayGoodbye' parameterOrder='sayGoodbye'>
+ <input message='tns:HelloWorld_sayGoodbye'></input>
+ <output message='tns:HelloWorld_sayGoodbyeResponse'></output>
+ </operation>
+ <operation name='sayHello' parameterOrder='sayHello'>
+ <input message='tns:HelloWorld_sayHello'></input>
+ <output message='tns:HelloWorld_sayHelloResponse'></output>
+ </operation>
+ </portType>
+ <binding name='HelloWorldBinding' type='tns:HelloWorld'>
+ <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
+ <operation name='sayGoodbye'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body use='literal'/>
+ </input>
+ <output>
+ <soap:body use='literal'/>
+ </output>
+ </operation>
+ <operation name='sayHello'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body use='literal'/>
+ </input>
+ <output>
+ <soap:body use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='HelloWorldWSService'>
+ <port binding='tns:HelloWorldBinding' name='HelloWorldPort'>
+ <soap:address location='http://localhost:8080/Quickstart_simple_esb_proxy_invoke2-service/http/Si...'/>
+ </port>
+ </service>
+ <plnk:partnerLinkType name="theExternalService_PartnerLinkType">
+ <plnk:role name="callingTheExternalService" portType="tns:HelloWorld"/>
+ </plnk:partnerLinkType>
+</definitions>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,96 @@
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<process name="SimpleInvoke"
+ targetNamespace="http://www.jboss.org/bpel/examples"
+ xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ xmlns:tns="http://www.jboss.org/bpel/examples"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:intf="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:intf2="http://simple_invoke/helloworld"
+ queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+ expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
+
+ <import location="SimpleInvoke.wsdl"
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ importType="http://schemas.xmlsoap.org/wsdl/" />
+
+ <import location="HelloWorldWS.wsdl"
+ namespace="http://simple_invoke/helloworld"
+ importType="http://schemas.xmlsoap.org/wsdl/" />
+
+ <partnerLinks>
+ <partnerLink name="theClient_PartnerLink"
+ partnerLinkType="intf:myClientCalling_PartnerLinkType"
+ myRole="me" />
+ <partnerLink name="theExternalService_PartnerLink"
+ partnerLinkType="intf2:theExternalService_PartnerLinkType"
+ partnerRole="callingTheExternalService"
+ initializePartnerRole="yes"/>
+ </partnerLinks>
+
+ <variables>
+ <variable name="myVar" messageType="intf:GreetingTarget_Message"/>
+ <variable name="inVar" messageType="intf2:HelloWorld_sayHello"/>
+ <variable name="outVar" messageType="intf2:HelloWorld_sayHelloResponse"/>
+ <variable name="tempVar" type="xsd:string"/>
+ </variables>
+
+ <sequence>
+ <receive
+ name="request"
+ partnerLink="theClient_PartnerLink"
+ portType="intf:SimpleInvoke_PortType"
+ operation="sayHelloTo"
+ variable="myVar"
+ createInstance="yes"/>
+
+ <assign name="assignRequestToHelloWorldWS">
+ <!-- Ode requires variable initialization -->
+ <copy>
+ <from><literal><intf2:sayHello><toWhom xmlns=""/></intf2:sayHello></literal></from>
+ <to variable="inVar" part="sayHello"/>
+ </copy>
+ <!-- now the real copy -->
+ <copy>
+ <from variable="myVar" part="ToWhom"/>
+ <to>$inVar.sayHello/toWhom</to>
+ </copy>
+ </assign>
+
+ <invoke name="ICallTheExternalService"
+ partnerLink="theExternalService_PartnerLink"
+ portType="intf2:HelloWorld"
+ operation="sayHello"
+ inputVariable="inVar"
+ outputVariable="outVar"
+ />
+
+ <assign name="assignResponseOfHelloWorldWS">
+ <copy>
+ <from>concat($outVar.sayHelloResponse/return,' and BPEL')</from>
+ <to variable="myVar" part="ToWhom"/>
+ </copy>
+ </assign>
+
+ <reply name="response"
+ partnerLink="theClient_PartnerLink"
+ portType="intf:SimpleInvoke_PortType"
+ operation="sayHelloTo"
+ variable="myVar"/>
+ </sequence>
+</process>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<wsdl:definitions
+ targetNamespace="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:tns="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
+
+ <wsdl:message name="GreetingTarget_Message">
+ <wsdl:part name="ToWhom" type="xsd:string"/>
+ </wsdl:message>
+
+ <wsdl:portType name="SimpleInvoke_PortType">
+ <wsdl:operation name="sayHelloTo">
+ <wsdl:input message="tns:GreetingTarget_Message" name="TestIn"/>
+ <wsdl:output message="tns:GreetingTarget_Message" name="TestOut"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:binding name="SimpleInvoke_SoapBinding" type="tns:SimpleInvoke_PortType">
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="sayHelloTo">
+ <soap:operation soapAction="" style="rpc"/>
+ <wsdl:input>
+ <soap:body
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <wsdl:service name="SimpleInvoke_Service">
+ <wsdl:port name="SimpleInvoke_Port" binding="tns:SimpleInvoke_SoapBinding">
+ <soap:address location="http://localhost:8080/Quickstart_bpel_simple_invokeWS"/>
+ </wsdl:port>
+ </wsdl:service>
+
+ <plnk:partnerLinkType name="myClientCalling_PartnerLinkType">
+ <plnk:role name="me" portType="tns:SimpleInvoke_PortType"/>
+ <plnk:role name="you" portType="tns:SimpleInvoke_PortType"/>
+ </plnk:partnerLinkType>
+</wsdl:definitions>
+
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,32 @@
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
+ xmlns:bpl="http://www.jboss.org/bpel/examples"
+ xmlns:intf="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:intf2="http://simple_invoke/helloworld">
+
+ <process name="bpl:SimpleInvoke">
+ <active>true</active>
+ <provide partnerLink="theClient_PartnerLink">
+ <service name="intf:SimpleInvoke_Service" port="SimpleInvoke_Port"/>
+ </provide>
+ <invoke partnerLink="theExternalService_PartnerLink">
+ <service name="intf2:HelloWorldWSService" port="HelloWorldPort"/>
+ </invoke>
+ </process>
+</deploy>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/build.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/build.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,95 @@
+<project name="Quickstart_simple_esb_proxy_invoke2" default="deploy" basedir=".">
+
+ <description>
+ ${ant.project.name}
+ ${line.separator}
+ </description>
+
+ <!-- Import the base Ant build script... -->
+ <property file="../../../install/deployment.properties" />
+
+ <property name="version" value="1" />
+
+ <property name="server.dir" value="${org.jboss.as.home}/server/${org.jboss.as.config}"/>
+ <property name="conf.dir" value="${server.dir}/conf"/>
+ <property name="deploy.dir" value="${server.dir}/deploy"/>
+ <property name="server.lib.dir" value="${server.dir}/lib"/>
+
+ <property name="sample.jar.name" value="${ant.project.name}-${version}.jar" />
+ <property name="sample.esb.name" value="${ant.project.name}-service.esb" />
+
+ <property name="war.build.dir" location="build/war/classes"/>
+
+ <path id="compile-classpath">
+ <fileset dir="${org.jboss.as.home}/client" includes="*.jar" />
+ <fileset dir="${org.jboss.esb.home}/lib" includes="*.jar" />
+ </path>
+ <property name="compile-classpath" refid="compile-classpath"/>
+
+ <target name="makewar" description="make war">
+ <!-- Compile... -->
+ <mkdir dir="${war.build.dir}" />
+ <javac srcdir="war/src" destdir="${war.build.dir}" debug="true">
+ <classpath>
+ <path refid="compile-classpath" />
+ </classpath>
+ </javac>
+
+ <!-- War... -->
+ <war warfile="build/${ant.project.name}.war"
+ webxml="${basedir}/war/resources/WEB-INF/web.xml">
+ <webinf dir="${basedir}/war/resources/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
+ <classes dir="${war.build.dir}" includes="**/*.class"/>
+ <fileset dir="${basedir}/war/view">
+ <include name="**/*"/>
+ </fileset>
+ <classes dir="${basedir}">
+ <include name="juddi.properties"/>
+ </classes>
+ </war>
+ </target>
+
+ <target name="deploywar" depends="makewar" >
+ <copy todir="${deploy.dir}"
+ file="build/${ant.project.name}.war"/>
+ </target>
+
+ <target name="undeploywar">
+ <delete file="${deploy.dir}/${ant.project.name}.war"/>
+ </target>
+
+ <target name="deployesb" >
+ <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
+ </target>
+
+ <target name="undeployesb">
+ <delete file="${deploy.dir}/${sample.esb.name}"/>
+ </target>
+
+ <target name="deploy" depends="deploywar,deployesb" >
+ <echo>Deploy ${ant.project.name}</echo>
+ <jar basedir="bpelContent" destfile="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+ <target name="undeploy" depends="undeploywar,undeployesb" >
+ <echo>Undeploy ${ant.project.name}</echo>
+ <delete file="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+ <target name="sendhello">
+ <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"/>
+ <arg value="messages/hello_request1.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
+
+</project>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,3 @@
+<jbossesb-deployment>
+ <depends>jboss.esb:deployment=soap.esb</depends>
+</jbossesb-deployment>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,30 @@
+<?xml version = "1.0" encoding = "UTF-8"?>
+<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..." parameterReloadSecs="5">
+
+ <services>
+
+ <service category="SimpleESBProxyInvoke" name="Service" description="WebService proxy through to BPEL process"
+ invmScope="GLOBAL">
+
+ <listeners>
+ <http-gateway name="Proxy_Basic-GwListener" />
+ </listeners>
+ <actions mep="RequestResponse">
+ <action name="echo-request"
+ class="org.jboss.soa.esb.actions.SystemPrintln">
+ <property name="message" value="Message before SOAPProxy" />
+ </action>
+ <action name="proxy"
+ class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy">
+ <property name="wsdl" value="http://127.0.0.1:8080/Quickstart_simple_esb_proxy_invoke2/HelloWorldWS?wsdl"/>
+ </action>
+ <action name="echo-response"
+ class="org.jboss.soa.esb.actions.SystemPrintln">
+ <property name="message" value="Message after SOAPProxy" />
+ </action>
+ </actions>
+ </service>
+
+ </services>
+
+</jbossesb>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,8 @@
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:sayHelloTo>
+ <ToWhom>ME</ToWhom>
+ </wsdl:sayHelloTo>
+ </soapenv:Body>
+</soapenv:Envelope>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/readme.txt
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/readme.txt (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/readme.txt 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,34 @@
+ESB Examples - Simple Invoke with ESB Proxy Service2
+====================================================
+
+This is a variation of the Quickstart simple_invoke (simple echo) example,
+used to respond to a sent message with a modified version of the request
+message being returned in a response.
+
+This example extends the simple_invoke example by wrapping the invoked JAX-WS
+service with an ESB service using the newer http-gateway and SOAPProxy.
+
+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 bpel sub-folder.
+
+Alternatively, use the 'ant sendhello' 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
+console, showing the ESB service reporting the message sent to, and received
+from, the invoked JAX-WS 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 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").
+
+Some handy URLs:
+http://localhost:8080/bpel-console is the BPEL console
+http://localhost:8080/Quickstart_bpel_simple_invokeWS?wsdl is the URL to the BPEL process' WSDL
+http://localhost:8080/Quickstart_simple_esb_proxy_invoke2/HelloWorldWS?wsdl is the JBossWS endpoint's WSDL
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <servlet>
+ <servlet-name>HelloWorldWS</servlet-name>
+ <servlet-class>org.jboss.soa.bpel.samples.quickstart.simple_invoke.HelloWorldWS</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>HelloWorldWS</servlet-name>
+ <url-pattern>/HelloWorldWS</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,56 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * (C) 2005-2006,
+ * @author JBoss Inc.
+ */
+
+package org.jboss.soa.bpel.samples.quickstart.simple_invoke;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.jws.WebParam;
+
+@WebService(name = "HelloWorld", targetNamespace = "http://simple_invoke/helloworld")
+public class HelloWorldWS
+{
+ @WebMethod
+ public String sayHello(@WebParam(name = "toWhom")
+ String toWhom)
+ {
+ System.out.println("\n");
+ System.out.println("*************************************************");
+ System.out.println("toWhom Parameter: " + toWhom );
+ System.out.println("*************************************************");
+ System.out.println("\n");
+ String greeting = "Hello " + toWhom + ". Sincerely, JBossWS";
+ return greeting;
+
+ }
+
+ @WebMethod
+ public String sayGoodbye(@WebParam(name = "toWhom")
+ String toWhom)
+ {
+
+ String greeting = "Goodbye Cruel World, sincerely '" + toWhom + "' at " + new java.util.Date();
+
+ return greeting;
+
+ }
+}
Added: branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp
===================================================================
--- branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp (rev 0)
+++ branches/RiftSaw-2.1.x/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp 2010-06-28 16:52:16 UTC (rev 818)
@@ -0,0 +1,9 @@
+<html>
+ <body>
+ This is just a place holder.<br>
+ Verify the that the WS has been deployed by hitting
+ <a href="http://localhost:8080/jbossws">
+ http://localhost:8080/jbossws
+ </a>
+ </body>
+</html>
\ No newline at end of file
14 years, 5 months
riftsaw SVN: r817 - in trunk: samples/esb and 17 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 12:50:40 -0400 (Mon, 28 Jun 2010)
New Revision: 817
Added:
trunk/samples/esb/simple_esb_proxy_invoke2/
trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/
trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl
trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel
trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl
trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml
trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/
trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/
trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml
trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml
trunk/samples/esb/simple_esb_proxy_invoke2/messages/
trunk/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml
trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt
trunk/samples/esb/simple_esb_proxy_invoke2/war/
trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/
trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/
trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/
trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java
trunk/samples/esb/simple_esb_proxy_invoke2/war/view/
trunk/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp
Modified:
trunk/distribution/src/main/assembly/bin.xml
Log:
RIFTSAW-232 - Added second alternative for using an ESB service as a proxy for invoking a JAXWS service.
Modified: trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/distribution/src/main/assembly/bin.xml 2010-06-28 14:09:49 UTC (rev 816)
+++ trunk/distribution/src/main/assembly/bin.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -68,6 +68,7 @@
<include>esb/bpel_loan_fault/**</include>
<include>esb/invoke_esb_ebws/**</include>
<include>esb/simple_esb_proxy_invoke/**</include>
+ <include>esb/simple_esb_proxy_invoke2/**</include>
<include>quickstart/bpel_event_listener/**</include>
<include>quickstart/hello_world/**</include>
<include>quickstart/hello_world_header_ode/**</include>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/HelloWorldWS.wsdl 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<definitions name='HelloWorldWSService'
+targetNamespace='http://simple_invoke/helloworld'
+xmlns='http://schemas.xmlsoap.org/wsdl/'
+xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
+xmlns:tns='http://simple_invoke/helloworld'
+xmlns:xsd='http://www.w3.org/2001/XMLSchema'
+xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+>
+ <types>
+ <xs:schema targetNamespace='http://simple_invoke/helloworld' version='1.0' xmlns:tns='http://simple_invoke/helloworld' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+ <xs:element name='sayGoodbye' type='tns:sayGoodbye'/>
+ <xs:element name='sayGoodbyeResponse' type='tns:sayGoodbyeResponse'/>
+ <xs:element name='sayHello' type='tns:sayHello'/>
+ <xs:element name='sayHelloResponse' type='tns:sayHelloResponse'/>
+ <xs:complexType name='sayGoodbye'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='toWhom' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayGoodbyeResponse'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='return' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayHello'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='toWhom' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name='sayHelloResponse'>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='return' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:schema>
+ </types>
+ <message name='HelloWorld_sayGoodbye'>
+ <part element='tns:sayGoodbye' name='sayGoodbye'></part>
+ </message>
+ <message name='HelloWorld_sayHello'>
+ <part element='tns:sayHello' name='sayHello'></part>
+ </message>
+ <message name='HelloWorld_sayHelloResponse'>
+ <part element='tns:sayHelloResponse' name='sayHelloResponse'></part>
+ </message>
+ <message name='HelloWorld_sayGoodbyeResponse'>
+ <part element='tns:sayGoodbyeResponse' name='sayGoodbyeResponse'></part>
+ </message>
+ <portType name='HelloWorld'>
+ <operation name='sayGoodbye' parameterOrder='sayGoodbye'>
+ <input message='tns:HelloWorld_sayGoodbye'></input>
+ <output message='tns:HelloWorld_sayGoodbyeResponse'></output>
+ </operation>
+ <operation name='sayHello' parameterOrder='sayHello'>
+ <input message='tns:HelloWorld_sayHello'></input>
+ <output message='tns:HelloWorld_sayHelloResponse'></output>
+ </operation>
+ </portType>
+ <binding name='HelloWorldBinding' type='tns:HelloWorld'>
+ <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
+ <operation name='sayGoodbye'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body use='literal'/>
+ </input>
+ <output>
+ <soap:body use='literal'/>
+ </output>
+ </operation>
+ <operation name='sayHello'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body use='literal'/>
+ </input>
+ <output>
+ <soap:body use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='HelloWorldWSService'>
+ <port binding='tns:HelloWorldBinding' name='HelloWorldPort'>
+ <soap:address location='http://localhost:8080/Quickstart_simple_esb_proxy_invoke2-service/http/Si...'/>
+ </port>
+ </service>
+ <plnk:partnerLinkType name="theExternalService_PartnerLinkType">
+ <plnk:role name="callingTheExternalService" portType="tns:HelloWorld"/>
+ </plnk:partnerLinkType>
+</definitions>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.bpel 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,96 @@
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<process name="SimpleInvoke"
+ targetNamespace="http://www.jboss.org/bpel/examples"
+ xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ xmlns:tns="http://www.jboss.org/bpel/examples"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:intf="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:intf2="http://simple_invoke/helloworld"
+ queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+ expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
+
+ <import location="SimpleInvoke.wsdl"
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ importType="http://schemas.xmlsoap.org/wsdl/" />
+
+ <import location="HelloWorldWS.wsdl"
+ namespace="http://simple_invoke/helloworld"
+ importType="http://schemas.xmlsoap.org/wsdl/" />
+
+ <partnerLinks>
+ <partnerLink name="theClient_PartnerLink"
+ partnerLinkType="intf:myClientCalling_PartnerLinkType"
+ myRole="me" />
+ <partnerLink name="theExternalService_PartnerLink"
+ partnerLinkType="intf2:theExternalService_PartnerLinkType"
+ partnerRole="callingTheExternalService"
+ initializePartnerRole="yes"/>
+ </partnerLinks>
+
+ <variables>
+ <variable name="myVar" messageType="intf:GreetingTarget_Message"/>
+ <variable name="inVar" messageType="intf2:HelloWorld_sayHello"/>
+ <variable name="outVar" messageType="intf2:HelloWorld_sayHelloResponse"/>
+ <variable name="tempVar" type="xsd:string"/>
+ </variables>
+
+ <sequence>
+ <receive
+ name="request"
+ partnerLink="theClient_PartnerLink"
+ portType="intf:SimpleInvoke_PortType"
+ operation="sayHelloTo"
+ variable="myVar"
+ createInstance="yes"/>
+
+ <assign name="assignRequestToHelloWorldWS">
+ <!-- Ode requires variable initialization -->
+ <copy>
+ <from><literal><intf2:sayHello><toWhom xmlns=""/></intf2:sayHello></literal></from>
+ <to variable="inVar" part="sayHello"/>
+ </copy>
+ <!-- now the real copy -->
+ <copy>
+ <from variable="myVar" part="ToWhom"/>
+ <to>$inVar.sayHello/toWhom</to>
+ </copy>
+ </assign>
+
+ <invoke name="ICallTheExternalService"
+ partnerLink="theExternalService_PartnerLink"
+ portType="intf2:HelloWorld"
+ operation="sayHello"
+ inputVariable="inVar"
+ outputVariable="outVar"
+ />
+
+ <assign name="assignResponseOfHelloWorldWS">
+ <copy>
+ <from>concat($outVar.sayHelloResponse/return,' and BPEL')</from>
+ <to variable="myVar" part="ToWhom"/>
+ </copy>
+ </assign>
+
+ <reply name="response"
+ partnerLink="theClient_PartnerLink"
+ portType="intf:SimpleInvoke_PortType"
+ operation="sayHelloTo"
+ variable="myVar"/>
+ </sequence>
+</process>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/SimpleInvoke.wsdl 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<wsdl:definitions
+ targetNamespace="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:tns="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
+
+ <wsdl:message name="GreetingTarget_Message">
+ <wsdl:part name="ToWhom" type="xsd:string"/>
+ </wsdl:message>
+
+ <wsdl:portType name="SimpleInvoke_PortType">
+ <wsdl:operation name="sayHelloTo">
+ <wsdl:input message="tns:GreetingTarget_Message" name="TestIn"/>
+ <wsdl:output message="tns:GreetingTarget_Message" name="TestOut"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:binding name="SimpleInvoke_SoapBinding" type="tns:SimpleInvoke_PortType">
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="sayHelloTo">
+ <soap:operation soapAction="" style="rpc"/>
+ <wsdl:input>
+ <soap:body
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body
+ namespace="http://www.jboss.org/bpel/examples/wsdl"
+ use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <wsdl:service name="SimpleInvoke_Service">
+ <wsdl:port name="SimpleInvoke_Port" binding="tns:SimpleInvoke_SoapBinding">
+ <soap:address location="http://localhost:8080/Quickstart_bpel_simple_invokeWS"/>
+ </wsdl:port>
+ </wsdl:service>
+
+ <plnk:partnerLinkType name="myClientCalling_PartnerLinkType">
+ <plnk:role name="me" portType="tns:SimpleInvoke_PortType"/>
+ <plnk:role name="you" portType="tns:SimpleInvoke_PortType"/>
+ </plnk:partnerLinkType>
+</wsdl:definitions>
+
Added: trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/bpelContent/bpel-deploy.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,32 @@
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ -->
+<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
+ xmlns:bpl="http://www.jboss.org/bpel/examples"
+ xmlns:intf="http://www.jboss.org/bpel/examples/wsdl"
+ xmlns:intf2="http://simple_invoke/helloworld">
+
+ <process name="bpl:SimpleInvoke">
+ <active>true</active>
+ <provide partnerLink="theClient_PartnerLink">
+ <service name="intf:SimpleInvoke_Service" port="SimpleInvoke_Port"/>
+ </provide>
+ <invoke partnerLink="theExternalService_PartnerLink">
+ <service name="intf2:HelloWorldWSService" port="HelloWorldPort"/>
+ </invoke>
+ </process>
+</deploy>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/build.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/build.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,95 @@
+<project name="Quickstart_simple_esb_proxy_invoke2" default="deploy" basedir=".">
+
+ <description>
+ ${ant.project.name}
+ ${line.separator}
+ </description>
+
+ <!-- Import the base Ant build script... -->
+ <property file="../../../install/deployment.properties" />
+
+ <property name="version" value="1" />
+
+ <property name="server.dir" value="${org.jboss.as.home}/server/${org.jboss.as.config}"/>
+ <property name="conf.dir" value="${server.dir}/conf"/>
+ <property name="deploy.dir" value="${server.dir}/deploy"/>
+ <property name="server.lib.dir" value="${server.dir}/lib"/>
+
+ <property name="sample.jar.name" value="${ant.project.name}-${version}.jar" />
+ <property name="sample.esb.name" value="${ant.project.name}-service.esb" />
+
+ <property name="war.build.dir" location="build/war/classes"/>
+
+ <path id="compile-classpath">
+ <fileset dir="${org.jboss.as.home}/client" includes="*.jar" />
+ <fileset dir="${org.jboss.esb.home}/lib" includes="*.jar" />
+ </path>
+ <property name="compile-classpath" refid="compile-classpath"/>
+
+ <target name="makewar" description="make war">
+ <!-- Compile... -->
+ <mkdir dir="${war.build.dir}" />
+ <javac srcdir="war/src" destdir="${war.build.dir}" debug="true">
+ <classpath>
+ <path refid="compile-classpath" />
+ </classpath>
+ </javac>
+
+ <!-- War... -->
+ <war warfile="build/${ant.project.name}.war"
+ webxml="${basedir}/war/resources/WEB-INF/web.xml">
+ <webinf dir="${basedir}/war/resources/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
+ <classes dir="${war.build.dir}" includes="**/*.class"/>
+ <fileset dir="${basedir}/war/view">
+ <include name="**/*"/>
+ </fileset>
+ <classes dir="${basedir}">
+ <include name="juddi.properties"/>
+ </classes>
+ </war>
+ </target>
+
+ <target name="deploywar" depends="makewar" >
+ <copy todir="${deploy.dir}"
+ file="build/${ant.project.name}.war"/>
+ </target>
+
+ <target name="undeploywar">
+ <delete file="${deploy.dir}/${ant.project.name}.war"/>
+ </target>
+
+ <target name="deployesb" >
+ <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
+ </target>
+
+ <target name="undeployesb">
+ <delete file="${deploy.dir}/${sample.esb.name}"/>
+ </target>
+
+ <target name="deploy" depends="deploywar,deployesb" >
+ <echo>Deploy ${ant.project.name}</echo>
+ <jar basedir="bpelContent" destfile="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+ <target name="undeploy" depends="undeploywar,undeployesb" >
+ <echo>Undeploy ${ant.project.name}</echo>
+ <delete file="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+ <target name="sendhello">
+ <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"/>
+ <arg value="messages/hello_request1.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
+
+</project>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/deployment.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,3 @@
+<jbossesb-deployment>
+ <depends>jboss.esb:deployment=soap.esb</depends>
+</jbossesb-deployment>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/esbcontent/META-INF/jboss-esb.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,30 @@
+<?xml version = "1.0" encoding = "UTF-8"?>
+<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..." parameterReloadSecs="5">
+
+ <services>
+
+ <service category="SimpleESBProxyInvoke" name="Service" description="WebService proxy through to BPEL process"
+ invmScope="GLOBAL">
+
+ <listeners>
+ <http-gateway name="Proxy_Basic-GwListener" />
+ </listeners>
+ <actions mep="RequestResponse">
+ <action name="echo-request"
+ class="org.jboss.soa.esb.actions.SystemPrintln">
+ <property name="message" value="Message before SOAPProxy" />
+ </action>
+ <action name="proxy"
+ class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy">
+ <property name="wsdl" value="http://127.0.0.1:8080/Quickstart_simple_esb_proxy_invoke2/HelloWorldWS?wsdl"/>
+ </action>
+ <action name="echo-response"
+ class="org.jboss.soa.esb.actions.SystemPrintln">
+ <property name="message" value="Message after SOAPProxy" />
+ </action>
+ </actions>
+ </service>
+
+ </services>
+
+</jbossesb>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/messages/hello_request1.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,8 @@
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:sayHelloTo>
+ <ToWhom>ME</ToWhom>
+ </wsdl:sayHelloTo>
+ </soapenv:Body>
+</soapenv:Envelope>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/readme.txt 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,34 @@
+ESB Examples - Simple Invoke with ESB Proxy Service2
+====================================================
+
+This is a variation of the Quickstart simple_invoke (simple echo) example,
+used to respond to a sent message with a modified version of the request
+message being returned in a response.
+
+This example extends the simple_invoke example by wrapping the invoked JAX-WS
+service with an ESB service using the newer http-gateway and SOAPProxy.
+
+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 bpel sub-folder.
+
+Alternatively, use the 'ant sendhello' 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
+console, showing the ESB service reporting the message sent to, and received
+from, the invoked JAX-WS 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 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").
+
+Some handy URLs:
+http://localhost:8080/bpel-console is the BPEL console
+http://localhost:8080/Quickstart_bpel_simple_invokeWS?wsdl is the URL to the BPEL process' WSDL
+http://localhost:8080/Quickstart_simple_esb_proxy_invoke2/HelloWorldWS?wsdl is the JBossWS endpoint's WSDL
Added: trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/war/resources/WEB-INF/web.xml 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <servlet>
+ <servlet-name>HelloWorldWS</servlet-name>
+ <servlet-class>org.jboss.soa.bpel.samples.quickstart.simple_invoke.HelloWorldWS</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>HelloWorldWS</servlet-name>
+ <url-pattern>/HelloWorldWS</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Added: trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/war/src/org/jboss/soa/bpel/samples/quickstart/simple_invoke/HelloWorldWS.java 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,56 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * (C) 2005-2006,
+ * @author JBoss Inc.
+ */
+
+package org.jboss.soa.bpel.samples.quickstart.simple_invoke;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.jws.WebParam;
+
+@WebService(name = "HelloWorld", targetNamespace = "http://simple_invoke/helloworld")
+public class HelloWorldWS
+{
+ @WebMethod
+ public String sayHello(@WebParam(name = "toWhom")
+ String toWhom)
+ {
+ System.out.println("\n");
+ System.out.println("*************************************************");
+ System.out.println("toWhom Parameter: " + toWhom );
+ System.out.println("*************************************************");
+ System.out.println("\n");
+ String greeting = "Hello " + toWhom + ". Sincerely, JBossWS";
+ return greeting;
+
+ }
+
+ @WebMethod
+ public String sayGoodbye(@WebParam(name = "toWhom")
+ String toWhom)
+ {
+
+ String greeting = "Goodbye Cruel World, sincerely '" + toWhom + "' at " + new java.util.Date();
+
+ return greeting;
+
+ }
+}
Added: trunk/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp (rev 0)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/war/view/index.jsp 2010-06-28 16:50:40 UTC (rev 817)
@@ -0,0 +1,9 @@
+<html>
+ <body>
+ This is just a place holder.<br>
+ Verify the that the WS has been deployed by hitting
+ <a href="http://localhost:8080/jbossws">
+ http://localhost:8080/jbossws
+ </a>
+ </body>
+</html>
\ No newline at end of file
14 years, 5 months
riftsaw SVN: r816 - in branches/RiftSaw-2.1.x: docs/docbook/gettingstartedguide/src/main/module and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 10:09:49 -0400 (Mon, 28 Jun 2010)
New Revision: 816
Modified:
branches/RiftSaw-2.1.x/distribution/src/main/release/install/deployment.properties
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
Log:
RIFTSAW-227 - update ESB prerequisite version to 4.8.
Modified: branches/RiftSaw-2.1.x/distribution/src/main/release/install/deployment.properties
===================================================================
--- branches/RiftSaw-2.1.x/distribution/src/main/release/install/deployment.properties 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/distribution/src/main/release/install/deployment.properties 2010-06-28 14:09:49 UTC (rev 816)
@@ -15,8 +15,8 @@
org.jboss.as.config=default
# The directory for JBossESB home
-# (e.g. /var/local/jbossesb-4.7)
-org.jboss.esb.home=/var/local/jbossesb-4.7
+# (e.g. /var/local/jbossesb-4.8)
+org.jboss.esb.home=/var/local/jbossesb-4.8
# database
# (e.g. hsql postgres mysql)
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-06-28 14:09:49 UTC (rev 816)
@@ -24,7 +24,7 @@
<listitem>JBossAS (version 5.1.0.GA or higher) <emphasis role="bold">jdk6</emphasis> version, available from
<ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink>, and please upgrade the web
service stack to version 3.2.2.GA, as described in the following 'Upgrade web service for JBoss AS' section.</listitem>
- <listitem>JBossESB (version 4.7.GA or higher), should download the <emphasis role="bold">jbossesb-4.7.GA.zip</emphasis>,
+ <listitem>JBossESB (version 4.8.GA or higher), should download the <emphasis role="bold">jbossesb-4.8.GA.zip</emphasis>,
available from <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink>.
This is only required to run the ESB/BPEL example.</listitem>
<listitem>RiftSaw (version 2.0 or higher), available from
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-06-28 14:09:49 UTC (rev 816)
@@ -12,7 +12,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-06-28 14:09:49 UTC (rev 816)
@@ -11,7 +11,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-06-28 14:09:49 UTC (rev 816)
@@ -11,7 +11,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
DATABASE="hsql"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-06-28 14:09:49 UTC (rev 816)
@@ -12,7 +12,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-06-28 14:08:15 UTC (rev 815)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-06-28 14:09:49 UTC (rev 816)
@@ -12,7 +12,7 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
14 years, 6 months
riftsaw SVN: r815 - in trunk: docs/docbook/gettingstartedguide/src/main/module and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 10:08:15 -0400 (Mon, 28 Jun 2010)
New Revision: 815
Modified:
trunk/distribution/src/main/release/install/deployment.properties
trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
trunk/qa/hudson-riftsaw-db.sh
trunk/qa/hudson-riftsaw-jboss.sh
trunk/qa/hudson-riftsaw-soa-p.sh
trunk/qa/hudson-riftsaw-ws.sh
Log:
RIFTSAW-227 - update ESB prerequisite version to 4.8.
Modified: trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- trunk/distribution/src/main/release/install/deployment.properties 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/distribution/src/main/release/install/deployment.properties 2010-06-28 14:08:15 UTC (rev 815)
@@ -15,8 +15,8 @@
org.jboss.as.config=default
# The directory for JBossESB home
-# (e.g. /var/local/jbossesb-4.7)
-org.jboss.esb.home=/var/local/jbossesb-4.7
+# (e.g. /var/local/jbossesb-4.8)
+org.jboss.esb.home=/var/local/jbossesb-4.8
# database
# (e.g. hsql postgres mysql)
Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-06-28 14:08:15 UTC (rev 815)
@@ -24,7 +24,7 @@
<listitem>JBossAS (version 5.1.0.GA or higher) <emphasis role="bold">jdk6</emphasis> version, available from
<ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink>, and please upgrade the web
service stack to version 3.2.2.GA, as described in the following 'Upgrade web service for JBoss AS' section.</listitem>
- <listitem>JBossESB (version 4.7.GA or higher), should download the <emphasis role="bold">jbossesb-4.7.GA.zip</emphasis>,
+ <listitem>JBossESB (version 4.8.GA or higher), should download the <emphasis role="bold">jbossesb-4.8.GA.zip</emphasis>,
available from <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink>.
This is only required to run the ESB/BPEL example.</listitem>
<listitem>RiftSaw (version 2.0 or higher), available from
Modified: trunk/qa/hudson-riftsaw-db.sh
===================================================================
--- trunk/qa/hudson-riftsaw-db.sh 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/qa/hudson-riftsaw-db.sh 2010-06-28 14:08:15 UTC (rev 815)
@@ -12,7 +12,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
Modified: trunk/qa/hudson-riftsaw-jboss.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss.sh 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/qa/hudson-riftsaw-jboss.sh 2010-06-28 14:08:15 UTC (rev 815)
@@ -11,7 +11,7 @@
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
Modified: trunk/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- trunk/qa/hudson-riftsaw-soa-p.sh 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/qa/hudson-riftsaw-soa-p.sh 2010-06-28 14:08:15 UTC (rev 815)
@@ -12,7 +12,7 @@
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
Modified: trunk/qa/hudson-riftsaw-ws.sh
===================================================================
--- trunk/qa/hudson-riftsaw-ws.sh 2010-06-28 13:20:41 UTC (rev 814)
+++ trunk/qa/hudson-riftsaw-ws.sh 2010-06-28 14:08:15 UTC (rev 815)
@@ -12,7 +12,7 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
REPLACE_QA_JDBC="true"
-JBOSS_ESB_VERSION="4.7"
+JBOSS_ESB_VERSION="4.8"
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
WS_VERSION="3.2.2.GA"
14 years, 6 months
riftsaw SVN: r814 - in branches/RiftSaw-2.1.x: integration-tests/src/test/java/org/jboss/soa/bpel/tests and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 09:20:41 -0400 (Mon, 28 Jun 2010)
New Revision: 814
Modified:
branches/RiftSaw-2.1.x/integration-tests/pom.xml
branches/RiftSaw-2.1.x/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
Log:
RIFTSAW-229 - add config time for test delay
Modified: branches/RiftSaw-2.1.x/integration-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-06-28 13:20:41 UTC (rev 814)
@@ -15,6 +15,7 @@
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.version>5.1.0.GA</jboss.version>
+ <test.delay>20000</test.delay>
</properties>
<dependencies>
<dependency>
@@ -535,6 +536,10 @@
<value>${ws.stack}</value>
</property>
<property>
+ <name>test.delay</name>
+ <value>${test.delay}</value>
+ </property>
+ <property>
<name>java.naming.factory.initial</name>
<value>org.jnp.interfaces.NamingContextFactory</value>
</property>
Modified: branches/RiftSaw-2.1.x/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java 2010-06-28 13:20:41 UTC (rev 814)
@@ -130,10 +130,12 @@
Thread.currentThread().setContextClassLoader(cl);
}
- // Temporary wait until able to sync detect deployed ok
try {
+ String testDelayStr=System.getProperty("test.delay","20000");
+ long testDelay=Long.parseLong(testDelayStr);
+
synchronized(this) {
- wait(40* 1000);
+ wait(testDelay);
}
} catch(Exception e) {
e.printStackTrace();
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-06-28 13:20:41 UTC (rev 814)
@@ -20,8 +20,9 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit tests
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-06-28 13:20:41 UTC (rev 814)
@@ -15,12 +15,13 @@
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
+TEST_DELAY="40000"
WS_STACK="native"
WS_VERSION="3.2.2.GA"
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
# build RiftSaw and running unit test
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-06-28 13:20:41 UTC (rev 814)
@@ -20,8 +20,9 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit tests
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-06-28 13:16:27 UTC (rev 813)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-06-28 13:20:41 UTC (rev 814)
@@ -18,8 +18,9 @@
WS_VERSION="3.2.2.GA"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Dws.stack=$WS_STACK -Dws.stack.dir=$WS_STACK_DIR -Dws.version=$WS_VERSION -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Dws.stack=$WS_STACK -Dws.stack.dir=$WS_STACK_DIR -Dws.version=$WS_VERSION -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit test
14 years, 6 months
riftsaw SVN: r813 - in trunk: integration-tests/src/test/java/org/jboss/soa/bpel/tests and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 09:16:27 -0400 (Mon, 28 Jun 2010)
New Revision: 813
Modified:
trunk/integration-tests/pom.xml
trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java
trunk/qa/hudson-riftsaw-db.sh
trunk/qa/hudson-riftsaw-jboss.sh
trunk/qa/hudson-riftsaw-soa-p.sh
trunk/qa/hudson-riftsaw-ws.sh
Log:
RIFTSAW-229 - add config time for test delay
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/integration-tests/pom.xml 2010-06-28 13:16:27 UTC (rev 813)
@@ -15,6 +15,7 @@
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.version>5.1.0.GA</jboss.version>
+ <test.delay>20000</test.delay>
</properties>
<dependencies>
<dependency>
@@ -535,6 +536,10 @@
<value>${ws.stack}</value>
</property>
<property>
+ <name>test.delay</name>
+ <value>${test.delay}</value>
+ </property>
+ <property>
<name>java.naming.factory.initial</name>
<value>org.jnp.interfaces.NamingContextFactory</value>
</property>
Modified: trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java
===================================================================
--- trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTestSetup.java 2010-06-28 13:16:27 UTC (rev 813)
@@ -130,10 +130,12 @@
Thread.currentThread().setContextClassLoader(cl);
}
- // Temporary wait until able to sync detect deployed ok
try {
+ String testDelayStr=System.getProperty("test.delay","20000");
+ long testDelay=Long.parseLong(testDelayStr);
+
synchronized(this) {
- wait(20* 1000);
+ wait(testDelay);
}
} catch(Exception e) {
e.printStackTrace();
Modified: trunk/qa/hudson-riftsaw-db.sh
===================================================================
--- trunk/qa/hudson-riftsaw-db.sh 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/qa/hudson-riftsaw-db.sh 2010-06-28 13:16:27 UTC (rev 813)
@@ -20,8 +20,9 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit tests
Modified: trunk/qa/hudson-riftsaw-jboss.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss.sh 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/qa/hudson-riftsaw-jboss.sh 2010-06-28 13:16:27 UTC (rev 813)
@@ -15,12 +15,13 @@
JBOSS_ESB_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jbossesb-$JBOSS_ESB_VERSION"
STARTUP_TIME="6"
+TEST_DELAY="40000"
WS_STACK="native"
WS_VERSION="3.2.2.GA"
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
# build RiftSaw and running unit test
Modified: trunk/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- trunk/qa/hudson-riftsaw-soa-p.sh 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/qa/hudson-riftsaw-soa-p.sh 2010-06-28 13:16:27 UTC (rev 813)
@@ -20,8 +20,9 @@
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dws.stack=$WS_STACK -Dws.version=$WS_VERSION -Dws.stack.dir=$WS_STACK_DIR -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit tests
Modified: trunk/qa/hudson-riftsaw-ws.sh
===================================================================
--- trunk/qa/hudson-riftsaw-ws.sh 2010-06-28 11:45:17 UTC (rev 812)
+++ trunk/qa/hudson-riftsaw-ws.sh 2010-06-28 13:16:27 UTC (rev 813)
@@ -18,8 +18,9 @@
WS_VERSION="3.2.2.GA"
STARTUP_TIME="6"
+TEST_DELAY="40000"
-ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Dws.stack=$WS_STACK -Dws.stack.dir=$WS_STACK_DIR -Dws.version=$WS_VERSION -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME"
+ANT_PROPERTIES="-Driftsaw.parent.dir=$RIFTSAW_PARENT_DIR -Ddatabase=$DATABASE -Dreplace.qa.jdbc=$REPLACE_QA_JDBC -Dorg.jboss.as.home=$AS_HOME -Dorg.jboss.as.config=$AS_CONFIG -Dws.stack=$WS_STACK -Dws.stack.dir=$WS_STACK_DIR -Dws.version=$WS_VERSION -Djbossesb.version=$JBOSS_ESB_VERSION -Dorg.jboss.esb.home=$JBOSS_ESB_HOME -Dstartup.time=$STARTUP_TIME -Dtest.delay=$TEST_DELAY"
echo ANT_PROPERTIES=${ANT_PROPERTIES}
#build RiftSaw and running unit test
14 years, 6 months
riftsaw SVN: r812 - in branches/RiftSaw-2.1.x: console and 19 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-06-28 07:45:17 -0400 (Mon, 28 Jun 2010)
New Revision: 812
Modified:
branches/RiftSaw-2.1.x/console/identity/pom.xml
branches/RiftSaw-2.1.x/console/integration/pom.xml
branches/RiftSaw-2.1.x/console/pom.xml
branches/RiftSaw-2.1.x/distribution/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
branches/RiftSaw-2.1.x/docs/docbook/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
branches/RiftSaw-2.1.x/integration-tests/pom.xml
branches/RiftSaw-2.1.x/pom.xml
branches/RiftSaw-2.1.x/qa/build.xml
branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/engine/pom.xml
branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
branches/RiftSaw-2.1.x/runtime/pom.xml
branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
branches/RiftSaw-2.1.x/runtime/uddi300/pom.xml
branches/RiftSaw-2.1.x/stress-tests/pom.xml
Log:
Change version back to snapshot.
Modified: branches/RiftSaw-2.1.x/console/identity/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>identity</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Console::Identity</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<build>
Modified: branches/RiftSaw-2.1.x/console/integration/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/integration/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/console/integration/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>integration</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Console::Integration</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<!-- Properties -->
Modified: branches/RiftSaw-2.1.x/console/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/console/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Console</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.1.x/distribution/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/distribution/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -23,12 +23,12 @@
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>RiftSaw::Distribution</name>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>gettingstartedguide</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::gettingstartedguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.1.0.CR2</title>
+ <title>RiftSaw 2.1.0-SNAPSHOT</title>
<subtitle>Getting Started Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: branches/RiftSaw-2.1.x/docs/docbook/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/docs/docbook/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RiftSaw::Docs</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>userguide</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::userguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.1.0.CR2</title>
+ <title>RiftSaw 2.1.0-SNAPSHOT</title>
<subtitle>User Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: branches/RiftSaw-2.1.x/integration-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,12 +4,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Integration-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<properties>
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RiftSaw</name>
<url>http://www.jboss.org/riftsaw</url>
@@ -72,8 +72,8 @@
</profiles>
<properties>
- <riftsaw.ode.version>2.1.0.CR2</riftsaw.ode.version>
- <riftsaw.engine.version>2.1.0.CR2</riftsaw.engine.version>
+ <riftsaw.ode.version>2.1.0-SNAPSHOT</riftsaw.ode.version>
+ <riftsaw.engine.version>2.1.0-SNAPSHOT</riftsaw.engine.version>
<bpm.console.version>2.1</bpm.console.version>
<commons.logging.version>1.1.1</commons.logging.version>
<junit.version>3.8.1</junit.version>
Modified: branches/RiftSaw-2.1.x/qa/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/qa/build.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/qa/build.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -9,7 +9,7 @@
<!-- CONFIGURABLE PROPERTIES -->
<property name="database" value="hsqldb" />
- <property name="riftsaw.version" value="2.1.0.CR2" />
+ <property name="riftsaw.version" value="2.1.0-SNAPSHOT" />
<property name="riftsaw.home" value="${riftsaw.parent.dir}/riftsaw-${riftsaw.version}" /> <!-- riftsaw.home should not be configured. change riftsaw.parent.dir instead -->
<property name="jboss.parent.dir" value="${riftsaw.home}" />
Modified: branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime::Deployer</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/engine/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-engine</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime::Engine</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::Engine-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>jbossesb-bpel</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime::JBossESB-BPEL</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>bpel.esb</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::JBossESB-BPEL-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/uddi/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/uddi/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-uddi</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime::UDDI</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/uddi300/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/uddi300/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/runtime/uddi300/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-uddi300</artifactId>
<packaging>jar</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Runtime::UDDI300</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/stress-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/stress-tests/pom.xml 2010-06-25 14:00:48 UTC (rev 811)
+++ branches/RiftSaw-2.1.x/stress-tests/pom.xml 2010-06-28 11:45:17 UTC (rev 812)
@@ -4,12 +4,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>stress-tests</artifactId>
<packaging>pom</packaging>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>RiftSaw::Stress-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0.CR2</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<profiles>
14 years, 6 months