cpee 1.3.132 → 1.3.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,9 @@
1
1
  <?xml version="1.0"?>
2
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://cpee.org/ns/description/1.0">
2
+ <xsl:stylesheet version="1.0"
3
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
+ xmlns:d="http://cpee.org/ns/description/1.0"
5
+ xmlns:str="http://exslt.org/strings">
6
+
3
7
  <xsl:output method="text"/>
4
8
  <xsl:strip-space elements="*"/>
5
9
  <xsl:variable name="myspacemultiplier">2</xsl:variable>
@@ -26,8 +30,22 @@
26
30
  <xsl:value-of select="@id"/>
27
31
  </xsl:if>
28
32
  <xsl:if test="name()='call'">
29
- <xsl:text>, :</xsl:text>
30
- <xsl:value-of select="@endpoint"/>
33
+ <xsl:text>, </xsl:text>
34
+ <xsl:choose>
35
+ <xsl:when test="count(str:tokenize(@endpoint,' ')) > 1">
36
+ <xsl:text>[</xsl:text>
37
+ <xsl:for-each select="str:tokenize(@endpoint,' ')">
38
+ <xsl:if test="position() >1">, </xsl:if>
39
+ <xsl:text>:</xsl:text>
40
+ <xsl:value-of select="."/>
41
+ </xsl:for-each>
42
+ <xsl:text>]</xsl:text>
43
+ </xsl:when>
44
+ <xsl:otherwise>
45
+ <xsl:text>:</xsl:text>
46
+ <xsl:value-of select="@endpoint"/>
47
+ </xsl:otherwise>
48
+ </xsl:choose>
31
49
  <xsl:text>, { </xsl:text>
32
50
  <xsl:apply-templates select="d:parameters"/>
33
51
  <xsl:text> }</xsl:text>
@@ -0,0 +1 @@
1
+ 27589
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.132
4
+ version: 1.3.133
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Juergen eTM Mangler
@@ -10,62 +11,70 @@ authors:
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2014-07-14 00:00:00.000000000 Z
14
+ date: 2014-07-16 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: riddl
17
18
  requirement: !ruby/object:Gem::Requirement
19
+ none: false
18
20
  requirements:
19
- - - ">="
21
+ - - ! '>='
20
22
  - !ruby/object:Gem::Version
21
23
  version: '0'
22
24
  type: :runtime
23
25
  prerelease: false
24
26
  version_requirements: !ruby/object:Gem::Requirement
27
+ none: false
25
28
  requirements:
26
- - - ">="
29
+ - - ! '>='
27
30
  - !ruby/object:Gem::Version
28
31
  version: '0'
29
32
  - !ruby/object:Gem::Dependency
30
33
  name: weel
31
34
  requirement: !ruby/object:Gem::Requirement
35
+ none: false
32
36
  requirements:
33
- - - ">="
37
+ - - ! '>='
34
38
  - !ruby/object:Gem::Version
35
39
  version: '0'
36
40
  type: :runtime
37
41
  prerelease: false
38
42
  version_requirements: !ruby/object:Gem::Requirement
43
+ none: false
39
44
  requirements:
40
- - - ">="
45
+ - - ! '>='
41
46
  - !ruby/object:Gem::Version
42
47
  version: '0'
43
48
  - !ruby/object:Gem::Dependency
44
49
  name: savon
45
50
  requirement: !ruby/object:Gem::Requirement
51
+ none: false
46
52
  requirements:
47
- - - ">="
53
+ - - ! '>='
48
54
  - !ruby/object:Gem::Version
49
55
  version: '0'
50
56
  type: :runtime
51
57
  prerelease: false
52
58
  version_requirements: !ruby/object:Gem::Requirement
59
+ none: false
53
60
  requirements:
54
- - - ">="
61
+ - - ! '>='
55
62
  - !ruby/object:Gem::Version
56
63
  version: '0'
57
64
  - !ruby/object:Gem::Dependency
58
65
  name: highline
59
66
  requirement: !ruby/object:Gem::Requirement
67
+ none: false
60
68
  requirements:
61
- - - ">="
69
+ - - ! '>='
62
70
  - !ruby/object:Gem::Version
63
71
  version: '0'
64
72
  type: :runtime
65
73
  prerelease: false
66
74
  version_requirements: !ruby/object:Gem::Requirement
75
+ none: false
67
76
  requirements:
68
- - - ">="
77
+ - - ! '>='
69
78
  - !ruby/object:Gem::Version
70
79
  version: '0'
71
80
  description: see http://cpee.org
@@ -75,144 +84,144 @@ extensions: []
75
84
  extra_rdoc_files:
76
85
  - README
77
86
  files:
78
- - AUTHORS
79
- - COPYING
80
- - FEATURES
81
- - INSTALL
82
- - README
83
- - Rakefile
87
+ - server/server.rb
88
+ - server/resources/topics.xml
89
+ - server/resources/properties.schema.finished
90
+ - server/resources/properties.schema.active
91
+ - server/resources/properties.init
92
+ - server/resources/transformation_dslx.xsl
93
+ - server/resources/empty_dslx.xml
94
+ - server/resources/properties.schema.inactive
95
+ - server/resources/transformation.xml
96
+ - server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret
97
+ - server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret
98
+ - server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml
99
+ - server/instances/1/properties.xml
100
+ - server/instances/3/properties.xml
101
+ - server/instances/4/properties.xml
102
+ - server/instances/6/properties.xml
103
+ - server/instances/5/properties.xml
104
+ - server/instances/2/properties.xml
105
+ - server/server.pid
106
+ - server/handlerwrappers/soap.rb
107
+ - server/handlerwrappers/default.rb
108
+ - lib/engine.xml
109
+ - lib/cpee/callback.rb
110
+ - lib/cpee/handler_notifications.rb
111
+ - lib/cpee/controller.rb
112
+ - lib/cpee/processtransformation/bpmn2.rb
113
+ - lib/cpee/processtransformation/cpee.rb
114
+ - lib/cpee/processtransformation/structures.rb
115
+ - lib/cpee/processtransformation/bpel/bpel2wee.rb
116
+ - lib/cpee/processtransformation/bpel/bpelserver.xml
117
+ - lib/cpee/processtransformation/bpel/bpelserver.ru
118
+ - lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
119
+ - lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
120
+ - lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
121
+ - lib/cpee/processtransformation/bpel/Repository/booking.wsdl
122
+ - lib/cpee/processtransformation/bpel/Repository/booking.bpel
123
+ - lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
124
+ - lib/cpee/handler_properties.rb
125
+ - lib/cpee/implementation.rb
126
+ - lib/cpee/empty_workflow.rb
127
+ - lib/engine/instance-info.rng
128
+ - lib/engine/instances.rng
129
+ - lib/engine/callbacks.rng
130
+ - lib/cpee.xml
131
+ - cockpit/testsets/Endpoints and Data Manipulation.xml
132
+ - cockpit/testsets/TEST - Bad Loop.xml
133
+ - cockpit/testsets/Syncing P34 3.xml
134
+ - cockpit/testsets/Coopis Testset.xml
135
+ - cockpit/testsets/TEST - Wrong Positions.xml
136
+ - cockpit/testsets/ICSOC Testset.xml
137
+ - cockpit/testsets/Syncing P34.xml
138
+ - cockpit/testsets/Linear.xml
139
+ - cockpit/testsets/Syncing P34 1.xml
140
+ - cockpit/testsets/Syncing P34 2.xml
141
+ - cockpit/testsets/Mangler 2.xml
142
+ - cockpit/testsets/Mangler 1.xml
143
+ - cockpit/testsets/index.xml
144
+ - cockpit/testsets/Signavio Model Base.xml
145
+ - cockpit/testsets/Concurrent.xml
146
+ - cockpit/testsets/SOPROMO Test Sonification.xml
84
147
  - cockpit/README
85
- - cockpit/contrib/graph_example.svg
86
- - cockpit/contrib/legend.svg
87
- - cockpit/contrib/symbols.svg
88
- - cockpit/contrib/transformation1.xsl
89
- - cockpit/contrib/transformation2.xsl
90
- - cockpit/contrib/tree_example.svg
91
148
  - cockpit/css/ui.css
92
- - cockpit/index.html
93
149
  - cockpit/js/details.js
150
+ - cockpit/js/wfadaptor.cpee.js
94
151
  - cockpit/js/instance.js
95
- - cockpit/js/parameters.js
96
152
  - cockpit/js/ui.js
97
- - cockpit/js/wfadaptor.cpee.js
98
- - cockpit/lib/contextmenu.css
99
- - cockpit/lib/contextmenu.js
153
+ - cockpit/js/parameters.js
154
+ - cockpit/index.html
155
+ - cockpit/contrib/graph_example.svg
156
+ - cockpit/contrib/tree_example.svg
157
+ - cockpit/contrib/transformation1.xsl
158
+ - cockpit/contrib/transformation2.xsl
159
+ - cockpit/contrib/legend.svg
160
+ - cockpit/contrib/symbols.svg
100
161
  - cockpit/lib/jquery-ui.custom.min.js
101
- - cockpit/lib/jquery-ui.custom.min.txt
102
- - cockpit/lib/jquery.caret.min.js
103
- - cockpit/lib/jquery.cookie.js
104
- - cockpit/lib/jquery.min.js
162
+ - cockpit/lib/contextmenu.js
163
+ - cockpit/lib/ui.css
164
+ - cockpit/lib/contextmenu.css
165
+ - cockpit/lib/util.js
166
+ - cockpit/lib/underscore.min.js
105
167
  - cockpit/lib/jquery.redraw.js
106
- - cockpit/lib/jquery.svgdom.js
107
- - cockpit/lib/parsequery.js
108
- - cockpit/lib/printf.js
109
168
  - cockpit/lib/strftime.min.js
110
- - cockpit/lib/ui.css
169
+ - cockpit/lib/printf.js
170
+ - cockpit/lib/jquery.min.js
171
+ - cockpit/lib/jquery.cookie.js
172
+ - cockpit/lib/jquery-ui.custom.min.txt
173
+ - cockpit/lib/jquery.svgdom.js
111
174
  - cockpit/lib/ui.js
112
- - cockpit/lib/underscore.min.js
113
- - cockpit/lib/util.js
114
- - cockpit/lib/wfadaptor-doc/demo1.html
115
- - cockpit/lib/wfadaptor-doc/demo2.html
116
- - cockpit/lib/wfadaptor-doc/index.html
175
+ - cockpit/lib/parsequery.js
117
176
  - cockpit/lib/wfadaptor.css
177
+ - cockpit/lib/jquery.caret.min.js
118
178
  - cockpit/lib/wfadaptor.js
119
- - cockpit/testsets/Concurrent.xml
120
- - cockpit/testsets/Coopis Testset.xml
121
- - cockpit/testsets/Endpoints and Data Manipulation.xml
122
- - cockpit/testsets/ICSOC Testset.xml
123
- - cockpit/testsets/Linear.xml
124
- - cockpit/testsets/Mangler 1.xml
125
- - cockpit/testsets/Mangler 2.xml
126
- - cockpit/testsets/SOPROMO Test Sonification.xml
127
- - cockpit/testsets/Signavio Model Base.xml
128
- - cockpit/testsets/Syncing P34 1.xml
129
- - cockpit/testsets/Syncing P34 2.xml
130
- - cockpit/testsets/Syncing P34 3.xml
131
- - cockpit/testsets/Syncing P34.xml
132
- - cockpit/testsets/TEST - Bad Loop.xml
133
- - cockpit/testsets/TEST - Wrong Positions.xml
134
- - cockpit/testsets/index.xml
135
- - contrib/Screenshot at 2011-09-28 02:38:11.png
136
- - contrib/logo2-small.png
179
+ - cockpit/lib/wfadaptor-doc/demo1.html
180
+ - cockpit/lib/wfadaptor-doc/index.html
181
+ - cockpit/lib/wfadaptor-doc/demo2.html
137
182
  - contrib/logo2.png
183
+ - contrib/logo2a.svg
184
+ - contrib/logo2-small.png
138
185
  - contrib/logo2.svg
139
186
  - contrib/logo2a.png
140
- - contrib/logo2a.svg
187
+ - contrib/Screenshot at 2011-09-28 02:38:11.png
188
+ - COPYING
189
+ - FEATURES
190
+ - INSTALL
191
+ - Rakefile
141
192
  - cpee.gemspec
142
- - lib/cpee.xml
143
- - lib/cpee/callback.rb
144
- - lib/cpee/controller.rb
145
- - lib/cpee/empty_workflow.rb
146
- - lib/cpee/handler_notifications.rb
147
- - lib/cpee/handler_properties.rb
148
- - lib/cpee/implementation.rb
149
- - lib/cpee/processtransformation/bpel/Repository/booking.bpel
150
- - lib/cpee/processtransformation/bpel/Repository/booking.wsdl
151
- - lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
152
- - lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
153
- - lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
154
- - lib/cpee/processtransformation/bpel/bpel2wee.rb
155
- - lib/cpee/processtransformation/bpel/bpelserver.ru
156
- - lib/cpee/processtransformation/bpel/bpelserver.xml
157
- - lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
158
- - lib/cpee/processtransformation/bpmn2.rb
159
- - lib/cpee/processtransformation/cpee.rb
160
- - lib/cpee/processtransformation/structures.rb
161
- - lib/engine.xml
162
- - lib/engine/callbacks.rng
163
- - lib/engine/instance-info.rng
164
- - lib/engine/instances.rng
165
- - server/handlerwrappers/default.rb
166
- - server/handlerwrappers/soap.rb
167
- - server/instances/1/properties.xml
168
- - server/instances/10/properties.xml
169
- - server/instances/11/properties.xml
170
- - server/instances/2/properties.xml
171
- - server/instances/3/properties.xml
172
- - server/instances/4/properties.xml
173
- - server/instances/5/properties.xml
174
- - server/instances/6/properties.xml
175
- - server/instances/7/properties.xml
176
- - server/instances/8/properties.xml
177
- - server/instances/9/properties.xml
178
- - server/resources/empty_dslx.xml
179
- - server/resources/properties.init
180
- - server/resources/properties.schema.active
181
- - server/resources/properties.schema.finished
182
- - server/resources/properties.schema.inactive
183
- - server/resources/topics.xml
184
- - server/resources/transformation.xml
185
- - server/resources/transformation_dslx.xsl
186
- - server/server.rb
193
+ - README
194
+ - AUTHORS
195
+ - test/testset.xml
187
196
  - test/delete.rb
188
197
  - test/load.rb
189
- - test/testset.xml
190
198
  homepage: http://cpee.org/
191
199
  licenses:
192
200
  - LGPL-3
193
- metadata: {}
194
201
  post_install_message:
195
202
  rdoc_options: []
196
203
  require_paths:
197
204
  - lib
198
205
  required_ruby_version: !ruby/object:Gem::Requirement
206
+ none: false
199
207
  requirements:
200
- - - ">="
208
+ - - ! '>='
201
209
  - !ruby/object:Gem::Version
202
210
  version: 1.9.3
203
211
  required_rubygems_version: !ruby/object:Gem::Requirement
212
+ none: false
204
213
  requirements:
205
- - - ">="
214
+ - - ! '>='
206
215
  - !ruby/object:Gem::Version
207
216
  version: '0'
208
217
  requirements: []
209
218
  rubyforge_project:
210
- rubygems_version: 2.2.2
219
+ rubygems_version: 1.8.23
211
220
  signing_key:
212
- specification_version: 4
221
+ specification_version: 3
213
222
  summary: Preliminary release of cloud process execution engine (cpee). If you just
214
223
  need workflow execution, without a rest/xmpp service exposing it, then use WEEL
215
224
  test_files:
216
- - test/load.rb
217
225
  - test/testset.xml
218
226
  - test/delete.rb
227
+ - test/load.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: e65b44214147ed236bfd952e0a58d9fef4cc02eb
4
- data.tar.gz: 2eaabb1a36c8a182ee45d0dc29d45d7ee097b9fe
5
- SHA512:
6
- metadata.gz: 52edc0886fe578594b31fdfa4a397430c58f3cb929cf0b1a5cc6e82e0a10e0ef0792e044cf7b95edce25c15b90e993d61270bdf059a2ac5085f0893041707ccd
7
- data.tar.gz: b61b721bc15acfc517db99d062aac883efd1b5fab98a9cd8585a770f9292c0e9c2815367162ec2bf6a026dac14fa1d64164ee6cf79dd39900ac3528c5f76a4c1
@@ -1,109 +0,0 @@
1
- <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
- <info>Enter info here</info>
3
- <state>ready</state>
4
- <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
- <positions>
6
- <a1>after</a1>
7
- </positions>
8
- <dataelements>
9
- <x/>
10
- </dataelements>
11
- <endpoints>
12
- <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
13
- </endpoints>
14
- <dsl>call :a1, :timeout, { :method =&gt; "post", :parameters =&gt; { :timeout =&gt; 2 } }, &lt;&lt;-end
15
- data.x += "a1,"
16
- end
17
- call :a2, :timeout, { :method =&gt; "post", :parameters =&gt; { :timeout =&gt; 4 } }, &lt;&lt;-end
18
- data.x += "a2,"
19
- end
20
- call :a3, :timeout, { :method =&gt; "post", :parameters =&gt; { :timeout =&gt; 4 } }, &lt;&lt;-end
21
- data.x += "a3,"
22
- end
23
- </dsl>
24
- <dslx>
25
- <description xmlns="http://cpee.org/ns/description/1.0">
26
- <!--{{{-->
27
- <call id="a1" endpoint="timeout">
28
- <parameters>
29
- <!--{{{-->
30
- <method>post</method>
31
- <parameters>
32
- <timeout>2</timeout>
33
- </parameters>
34
- </parameters>
35
- <!--}}}-->
36
- <manipulate output="result"> data.x += "a1,"</manipulate>
37
- </call>
38
- <call id="a2" endpoint="timeout">
39
- <parameters>
40
- <!--{{{-->
41
- <method>post</method>
42
- <parameters>
43
- <timeout>4</timeout>
44
- </parameters>
45
- </parameters>
46
- <!--}}}-->
47
- <manipulate output="result"> data.x += "a2,"</manipulate>
48
- </call>
49
- <call id="a3" endpoint="timeout">
50
- <parameters>
51
- <!--{{{-->
52
- <method>post</method>
53
- <parameters>
54
- <timeout>4</timeout>
55
- </parameters>
56
- </parameters>
57
- <!--}}}-->
58
- <manipulate output="result"> data.x += "a3,"</manipulate>
59
- </call>
60
- </description>
61
- </dslx>
62
- <status>
63
- <id>0</id>
64
- <message>undefined</message>
65
- </status>
66
- <description>
67
- <description xmlns="http://cpee.org/ns/description/1.0">
68
- <!--{{{-->
69
- <call id="a1" endpoint="timeout">
70
- <parameters>
71
- <!--{{{-->
72
- <method>post</method>
73
- <parameters>
74
- <timeout>2</timeout>
75
- </parameters>
76
- </parameters>
77
- <!--}}}-->
78
- <manipulate output="result"> data.x += "a1,"</manipulate>
79
- </call>
80
- <call id="a2" endpoint="timeout">
81
- <parameters>
82
- <!--{{{-->
83
- <method>post</method>
84
- <parameters>
85
- <timeout>4</timeout>
86
- </parameters>
87
- </parameters>
88
- <!--}}}-->
89
- <manipulate output="result"> data.x += "a2,"</manipulate>
90
- </call>
91
- <call id="a3" endpoint="timeout">
92
- <parameters>
93
- <!--{{{-->
94
- <method>post</method>
95
- <parameters>
96
- <timeout>4</timeout>
97
- </parameters>
98
- </parameters>
99
- <!--}}}-->
100
- <manipulate output="result"> data.x += "a3,"</manipulate>
101
- </call>
102
- </description>
103
- </description>
104
- <transformation>
105
- <description type="copy"/>
106
- <dataelements type="rest"/>
107
- <endpoints type="rest"/>
108
- </transformation>
109
- </properties>