Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1164106 - RTGov "quickstarts/overlord/rtgov/activityclient/" quickstart only demonstrates insertion of transaction with Context type as "Message"
RTGov "quickstarts/overlord/rtgov/activityclient/" quickstart only demonstra...
Status: NEW
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples (Show other bugs)
6.0.0 GA
All All
high Severity high
: ---
: ---
Assigned To: kconner
Matej Melko
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-14 00:40 EST by Musharraf Hussain
Modified: 2015-11-02 03:12 EST (History)
1 user (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: Feature Request
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Musharraf Hussain 2014-11-14 00:40:35 EST
Document URL: 
- NA

Section Number and Name: 
- NA

Describe the issue: 
- The current FSW 6.0.0 RTGov quickstart of "quickstarts/overlord/rtgov/activityclient/" only shows the insertion of transactions with Context type as "Message".
e.g.
quickstarts/overlord/rtgov/activityclient/src/main/resources/txns/OrderJam.json
~~~
...
[{
	"type":"RequestReceived",
	"interface":"{urn:switchyard-quickstart-demo:orders:1.0}OrderService",
	"operation":"submitOrder",
	"serviceType":"{urn:switchyard-quickstart-demo:orders:0.1.0}OrderService",
	"messageType":"{urn:switchyard-quickstart-demo:orders:1.0}submitOrder",
	"context":[{
		"value":"{ID}-1",
		"type":"Message"
	},{
		"value":"{ID}"
	}],
	"properties":{
		"item":"JAM",
		"customer":"Fred"
	}
...
~~~ 

- However, due to the current limitation in the Call Trace gadget (as filed in this Feature Request [1]) , it only shows the trace of transactions which has used Context type of "Conversation" . Hence, I think our quickstart also should be updated to include transactions of other Context type too. For an example see these transactions as per the master branch [2] of the same quickstart.
~~~
...
[{
"type":"RequestReceived",
"interface":"{urn:switchyard-quickstart-demo:orders:1.0}OrderService",
"operation":"submitOrder",
"serviceType":"{urn:switchyard-quickstart-demo:orders:0.1.0}OrderService",
"messageType":"{urn:switchyard-quickstart-demo:orders:1.0}submitOrder",
"context":[{
"value":"{ID}-1",
"type":"Message"
},{
"value":"{ID}",
"type": "Conversation"
}],
"properties":{
"item":"BUTTER",
"customer":"{CUSTOMER}"
}
...
~~~

Can you please update the quickstarts in future releases of RTGov quickstarts?

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1164086
[2] https://github.com/Governance/rtgov/blob/master/samples/jbossas/activityclient/src/main/resources/txns/OrderButter.json

Suggestions for improvement: 
- Please update the "quickstarts/overlord/rtgov/activityclient/"  quickstart as per the master branch [1] .

[1] https://github.com/Governance/rtgov/blob/master/samples/jbossas/activityclient/src/main/resources/txns/


Additional information: 
- NA

Note You need to log in before you can comment on or make changes to this bug.