Author: objectiser
Date: 2009-12-14 12:50:17 -0500 (Mon, 14 Dec 2009)
New Revision: 148
Removed:
runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml
runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml
runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn
runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn
runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd
runtime/trunk/samples/jbossesb/purchasing/models/store.xsd
Modified:
runtime/trunk/docs/
runtime/trunk/docs/samplesguide/
Log:
Add .svnignore for target folders, and removed the xml, xsd and scn artifacts in the
purchasing model sample, as these are now in a separate sample associated with the eclipse
tools component - so that it is more self-contained.
Property changes on: runtime/trunk/docs
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: runtime/trunk/docs/samplesguide
___________________________________________________________________
Name: svn:ignore
+ target
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml 2009-12-12 11:03:51
UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml 2009-12-14 17:50:17
UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:BuyConfirmed
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns:tns="http://www.jboss.org/examples/store"
-
xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml 2009-12-12 11:03:51
UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml 2009-12-14 17:50:17
UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:BuyRequest
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns:tns="http://www.jboss.org/examples/store"
-
xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml 2009-12-12
11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml 2009-12-14
17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckInvalid
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns:tns="http://www.jboss.org/examples/creditAgency"
-
xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd
"
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml 2009-12-12 11:03:51
UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml 2009-12-14 17:50:17
UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckOk
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns:tns="http://www.jboss.org/examples/creditAgency"
-
xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd
"
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml 2009-12-12
11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml 2009-12-14
17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckRequest
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns:tns="http://www.jboss.org/examples/creditAgency"
-
xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd
"
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn 2009-12-12
11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn 2009-12-14
17:50:17 UTC (rev 148)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scn:Scenario xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:scn="http://www.pi4soa.org/scenario" name="InvalidPurchase"
description="Invalid purchase goods" author=""
choreographyDescriptionURL="PurchaseGoods.cdm">
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.0" operationName="buy"
messageType="{http://www.jboss.org/examples/store}BuyRequest"
valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="buy"
direction="receive"
messageType="{http://www.jboss.org/examples/store}BuyRequest"
valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="checkCredit"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.2" operationName="checkCredit"
direction="receive"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.2" operationName="checkCredit"
faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed&q...
isRequest="false"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckInvalid.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="checkCredit"
faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed&q...
isRequest="false" direction="receive"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckInvalid.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="buy"
isRequest="false"
messageType="{http://www.jboss.org/examples/store}BuyConfirmed"
valueURL="BuyConfirmed.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.0" operationName="buy"
isRequest="false" direction="receive"
messageType="{http://www.jboss.org/examples/store}BuyConfirmed"
valueURL="BuyConfirmed.xml"/>
- <messageLinks source="//(a)scenarioObjects.0"
target="//(a)scenarioObjects.1"/>
- <messageLinks source="//(a)scenarioObjects.2"
target="//(a)scenarioObjects.3"/>
- <messageLinks source="//(a)scenarioObjects.4"
target="//(a)scenarioObjects.5"/>
- <messageLinks source="//(a)scenarioObjects.6"
target="//(a)scenarioObjects.7"/>
- <participants type="Buyer"/>
- <participants type="sto:Store"/>
- <participants type="ca:CreditAgency"/>
-</scn:Scenario>
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn 2009-12-12
11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn 2009-12-14
17:50:17 UTC (rev 148)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scn:Scenario xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:scn="http://www.pi4soa.org/scenario" name="SuccessfulPurchase"
description="Successfully purchase goods" author=""
choreographyDescriptionURL="PurchaseGoods.cdm">
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.0" operationName="buy"
messageType="{http://www.jboss.org/examples/store}BuyRequest"
valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="buy"
direction="receive"
messageType="{http://www.jboss.org/examples/store}BuyRequest"
valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="checkCredit"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.2" operationName="checkCredit"
direction="receive"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.2" operationName="checkCredit"
isRequest="false"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckOk.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="checkCredit"
isRequest="false" direction="receive"
messageType="{http://www.jboss.org/examples/creditAgency}CreditCheck...
valueURL="CreditCheckOk.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.1" operationName="buy"
isRequest="false"
messageType="{http://www.jboss.org/examples/store}BuyConfirmed"
valueURL="BuyConfirmed.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent"
participant="//(a)participants.0" operationName="buy"
isRequest="false" direction="receive"
messageType="{http://www.jboss.org/examples/store}BuyConfirmed"
valueURL="BuyConfirmed.xml"/>
- <messageLinks source="//(a)scenarioObjects.0"
target="//(a)scenarioObjects.1"/>
- <messageLinks source="//(a)scenarioObjects.2"
target="//(a)scenarioObjects.3"/>
- <messageLinks source="//(a)scenarioObjects.4"
target="//(a)scenarioObjects.5"/>
- <messageLinks source="//(a)scenarioObjects.6"
target="//(a)scenarioObjects.7"/>
- <participants type="Buyer"/>
- <participants type="sto:Store"/>
- <participants type="ca:CreditAgency"/>
-</scn:Scenario>
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd 2009-12-12 11:03:51
UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd 2009-12-14 17:50:17
UTC (rev 148)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.jboss.org/examples/creditAgency"
xmlns:tns="http://www.jboss.org/examples/creditAgency"
elementFormDefault="qualified">
-
- <element name="CreditCheckRequest"
type="tns:CreditCheckType"></element>
- <element name="CreditCheckOk"
type="tns:CreditCheckType"></element>
- <element name="CreditCheckInvalid"
type="tns:CreditCheckType"></element>
-
- <complexType name="CreditCheckType">
- <attribute name="id" type="string"></attribute>
- </complexType>
-</schema>
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/store.xsd
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/store.xsd 2009-12-12 11:03:51 UTC
(rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/store.xsd 2009-12-14 17:50:17 UTC
(rev 148)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.jboss.org/examples/store"
xmlns:tns="http://www.jboss.org/examples/store"
elementFormDefault="qualified">
-
- <element name="BuyRequest"
type="tns:StoreType"></element>
- <element name="BuyConfirmed"
type="tns:StoreType"></element>
- <element name="BuyFailed"
type="tns:StoreType"></element>
-
- <complexType name="StoreType">
- <attribute name="id" type="string"></attribute>
- </complexType>
-</schema>
\ No newline at end of file