cpee 1.3.129 → 1.3.130

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.
Files changed (33) hide show
  1. checksums.yaml +7 -0
  2. data/cpee.gemspec +1 -1
  3. data/lib/cpee/processtransformation/bpel/Repository/booking.bpel +125 -0
  4. data/lib/cpee/processtransformation/bpel/Repository/booking.wsdl +72 -0
  5. data/lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl +71 -0
  6. data/lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl +64 -0
  7. data/lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl +71 -0
  8. data/lib/cpee/processtransformation/bpel/bpel2wee.rb +34 -0
  9. data/lib/cpee/processtransformation/bpel/bpelserver.ru +64 -0
  10. data/lib/cpee/processtransformation/bpel/bpelserver.xml +70 -0
  11. data/lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb +367 -0
  12. data/lib/cpee/processtransformation/bpmn2.rb +273 -0
  13. data/lib/cpee/processtransformation/cpee.rb +118 -0
  14. data/lib/cpee/processtransformation/structures.rb +426 -0
  15. data/server/instances/1/properties.xml +101 -69
  16. data/server/instances/10/properties.xml +109 -0
  17. data/server/instances/11/properties.xml +109 -0
  18. data/server/instances/2/properties.xml +44 -191
  19. data/server/instances/3/properties.xml +44 -70
  20. data/server/instances/4/properties.xml +68 -28
  21. data/server/instances/5/properties.xml +70 -10
  22. data/server/instances/6/properties.xml +55 -175
  23. data/server/instances/7/properties.xml +83 -0
  24. data/server/instances/8/properties.xml +83 -0
  25. data/server/instances/9/properties.xml +77 -0
  26. metadata +111 -111
  27. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +0 -1
  28. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +0 -1
  29. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml +0 -27
  30. data/server/instances/6/notifications/5c8c36c3dfcec8e36c3b25859a71778c/consumer-secret +0 -1
  31. data/server/instances/6/notifications/5c8c36c3dfcec8e36c3b25859a71778c/producer-secret +0 -1
  32. data/server/instances/6/notifications/5c8c36c3dfcec8e36c3b25859a71778c/subscription.xml +0 -27
  33. data/server/server.pid +0 -1
@@ -0,0 +1,83 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <info>Enter info here</info>
3
+ <state>finished</state>
4
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
+ <positions/>
6
+ <dataelements>
7
+ <json>{"lv":"Workflow Technologies","id":{"lvnr":"050311","gruppe":1}}</json>
8
+ <json_lv>Workflow Technologies</json_lv>
9
+ <json_lvnr/>
10
+ <xml_lv>Workflow Technologies</xml_lv>
11
+ <xml_lvnr>050311</xml_lvnr>
12
+ </dataelements>
13
+ <endpoints>
14
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
15
+ <json>http://cpee.org/services/json.php</json>
16
+ <xml>http://cpee.org/services/xml.php</xml>
17
+ </endpoints>
18
+ <dsl>call :a1, :json, { :label =&gt; "Get JSON", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
19
+ data.json = result
20
+ data.json_lv = result['lv']
21
+ data.json_lvnr = result['lv']['lvnr']
22
+ end
23
+ call :a2, :xml, { :label =&gt; "Get XML", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
24
+ data.xml_lv = result.find('string(/data/lv)')
25
+ data.xml_lvnr = result.find('string(/data/lv/@id)')
26
+ end
27
+ </dsl>
28
+ <dslx>
29
+ <description xmlns="http://cpee.org/ns/description/1.0">
30
+ <call id="a1" endpoint="json" svg-label="Get JSON">
31
+ <parameters>
32
+ <label>Get JSON</label>
33
+ <method>get</method>
34
+ <parameters/>
35
+ </parameters>
36
+ <manipulate>data.json = result
37
+ data.json_lv = result['lv']
38
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
39
+ </call>
40
+ <call id="a2" endpoint="xml">
41
+ <parameters>
42
+ <label>Get XML</label>
43
+ <method>get</method>
44
+ <parameters/>
45
+ </parameters>
46
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
47
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
48
+ </call>
49
+ </description>
50
+ </dslx>
51
+ <status>
52
+ <id>0</id>
53
+ <message>undefined</message>
54
+ </status>
55
+ <description>
56
+ <description xmlns="http://cpee.org/ns/description/1.0">
57
+ <call id="a1" endpoint="json" svg-label="Get JSON">
58
+ <parameters>
59
+ <label>Get JSON</label>
60
+ <method>get</method>
61
+ <parameters/>
62
+ </parameters>
63
+ <manipulate>data.json = result
64
+ data.json_lv = result['lv']
65
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
66
+ </call>
67
+ <call id="a2" endpoint="xml">
68
+ <parameters>
69
+ <label>Get XML</label>
70
+ <method>get</method>
71
+ <parameters/>
72
+ </parameters>
73
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
74
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
75
+ </call>
76
+ </description>
77
+ </description>
78
+ <transformation>
79
+ <description type="copy"/>
80
+ <dataelements type="xslt"/>
81
+ <endpoints type="xslt"/>
82
+ </transformation>
83
+ </properties>
@@ -0,0 +1,83 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <info>Enter info here</info>
3
+ <state>finished</state>
4
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
+ <positions/>
6
+ <dataelements>
7
+ <json>{"lv":"Workflow Technologies","id":{"lvnr":"050311","gruppe":1}}</json>
8
+ <json_lv>Workflow Technologies</json_lv>
9
+ <json_lvnr/>
10
+ <xml_lv>Workflow Technologies</xml_lv>
11
+ <xml_lvnr>050311</xml_lvnr>
12
+ </dataelements>
13
+ <endpoints>
14
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
15
+ <json>http://cpee.org/services/json.php</json>
16
+ <xml>http://cpee.org/services/xml.php</xml>
17
+ </endpoints>
18
+ <dsl>call :a1, :json, { :label =&gt; "Get JSON", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
19
+ data.json = result
20
+ data.json_lv = result['lv']
21
+ data.json_lvnr = result['lv']['lvnr']
22
+ end
23
+ call :a2, :xml, { :label =&gt; "Get XML", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
24
+ data.xml_lv = result.find('string(/data/lv)')
25
+ data.xml_lvnr = result.find('string(/data/lv/@id)')
26
+ end
27
+ </dsl>
28
+ <dslx>
29
+ <description xmlns="http://cpee.org/ns/description/1.0">
30
+ <call id="a1" endpoint="json" svg-label="Get JSON">
31
+ <parameters>
32
+ <label>Get JSON</label>
33
+ <method>get</method>
34
+ <parameters/>
35
+ </parameters>
36
+ <manipulate>data.json = result
37
+ data.json_lv = result['lv']
38
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
39
+ </call>
40
+ <call id="a2" endpoint="xml">
41
+ <parameters>
42
+ <label>Get XML</label>
43
+ <method>get</method>
44
+ <parameters/>
45
+ </parameters>
46
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
47
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
48
+ </call>
49
+ </description>
50
+ </dslx>
51
+ <status>
52
+ <id>0</id>
53
+ <message>undefined</message>
54
+ </status>
55
+ <description>
56
+ <description xmlns="http://cpee.org/ns/description/1.0">
57
+ <call id="a1" endpoint="json" svg-label="Get JSON">
58
+ <parameters>
59
+ <label>Get JSON</label>
60
+ <method>get</method>
61
+ <parameters/>
62
+ </parameters>
63
+ <manipulate>data.json = result
64
+ data.json_lv = result['lv']
65
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
66
+ </call>
67
+ <call id="a2" endpoint="xml">
68
+ <parameters>
69
+ <label>Get XML</label>
70
+ <method>get</method>
71
+ <parameters/>
72
+ </parameters>
73
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
74
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
75
+ </call>
76
+ </description>
77
+ </description>
78
+ <transformation>
79
+ <description type="copy"/>
80
+ <dataelements type="xslt"/>
81
+ <endpoints type="xslt"/>
82
+ </transformation>
83
+ </properties>
@@ -0,0 +1,77 @@
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
+ <dataelements/>
7
+ <endpoints>
8
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
9
+ <json>http://cpee.org/services/json.php</json>
10
+ <xml>http://cpee.org/services/xml.php</xml>
11
+ </endpoints>
12
+ <dsl>call :a1, :json, { :label =&gt; "Get JSON", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
13
+ data.json = result
14
+ data.json_lv = result['lv']
15
+ data.json_lvnr = result['lv']['lvnr']
16
+ end
17
+ call :a2, :xml, { :label =&gt; "Get XML", :method =&gt; "get", :parameters =&gt; nil }, &lt;&lt;-end
18
+ data.xml_lv = result.find('string(/data/lv)')
19
+ data.xml_lvnr = result.find('string(/data/lv/@id)')
20
+ end
21
+ </dsl>
22
+ <dslx>
23
+ <description xmlns="http://cpee.org/ns/description/1.0">
24
+ <call id="a1" endpoint="json" svg-label="Get JSON">
25
+ <parameters>
26
+ <label>Get JSON</label>
27
+ <method>get</method>
28
+ <parameters/>
29
+ </parameters>
30
+ <manipulate>data.json = result
31
+ data.json_lv = result['lv']
32
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
33
+ </call>
34
+ <call id="a2" endpoint="xml">
35
+ <parameters>
36
+ <label>Get XML</label>
37
+ <method>get</method>
38
+ <parameters/>
39
+ </parameters>
40
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
41
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
42
+ </call>
43
+ </description>
44
+ </dslx>
45
+ <status>
46
+ <id>0</id>
47
+ <message>undefined</message>
48
+ </status>
49
+ <description>
50
+ <description xmlns="http://cpee.org/ns/description/1.0">
51
+ <call id="a1" endpoint="json" svg-label="Get JSON">
52
+ <parameters>
53
+ <label>Get JSON</label>
54
+ <method>get</method>
55
+ <parameters/>
56
+ </parameters>
57
+ <manipulate>data.json = result
58
+ data.json_lv = result['lv']
59
+ data.json_lvnr = result['lv']['lvnr']</manipulate>
60
+ </call>
61
+ <call id="a2" endpoint="xml">
62
+ <parameters>
63
+ <label>Get XML</label>
64
+ <method>get</method>
65
+ <parameters/>
66
+ </parameters>
67
+ <manipulate>data.xml_lv = result.find('string(/data/lv)')
68
+ data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
69
+ </call>
70
+ </description>
71
+ </description>
72
+ <transformation>
73
+ <description type="copy"/>
74
+ <dataelements type="xslt"/>
75
+ <endpoints type="xslt"/>
76
+ </transformation>
77
+ </properties>
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.129
5
- prerelease:
4
+ version: 1.3.130
6
5
  platform: ruby
7
6
  authors:
8
7
  - Juergen eTM Mangler
@@ -11,70 +10,62 @@ authors:
11
10
  autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2014-07-07 00:00:00.000000000 Z
13
+ date: 2014-07-08 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: riddl
18
17
  requirement: !ruby/object:Gem::Requirement
19
- none: false
20
18
  requirements:
21
- - - ! '>='
19
+ - - ">="
22
20
  - !ruby/object:Gem::Version
23
21
  version: '0'
24
22
  type: :runtime
25
23
  prerelease: false
26
24
  version_requirements: !ruby/object:Gem::Requirement
27
- none: false
28
25
  requirements:
29
- - - ! '>='
26
+ - - ">="
30
27
  - !ruby/object:Gem::Version
31
28
  version: '0'
32
29
  - !ruby/object:Gem::Dependency
33
30
  name: weel
34
31
  requirement: !ruby/object:Gem::Requirement
35
- none: false
36
32
  requirements:
37
- - - ! '>='
33
+ - - ">="
38
34
  - !ruby/object:Gem::Version
39
35
  version: '0'
40
36
  type: :runtime
41
37
  prerelease: false
42
38
  version_requirements: !ruby/object:Gem::Requirement
43
- none: false
44
39
  requirements:
45
- - - ! '>='
40
+ - - ">="
46
41
  - !ruby/object:Gem::Version
47
42
  version: '0'
48
43
  - !ruby/object:Gem::Dependency
49
44
  name: savon
50
45
  requirement: !ruby/object:Gem::Requirement
51
- none: false
52
46
  requirements:
53
- - - ! '>='
47
+ - - ">="
54
48
  - !ruby/object:Gem::Version
55
49
  version: '0'
56
50
  type: :runtime
57
51
  prerelease: false
58
52
  version_requirements: !ruby/object:Gem::Requirement
59
- none: false
60
53
  requirements:
61
- - - ! '>='
54
+ - - ">="
62
55
  - !ruby/object:Gem::Version
63
56
  version: '0'
64
57
  - !ruby/object:Gem::Dependency
65
58
  name: highline
66
59
  requirement: !ruby/object:Gem::Requirement
67
- none: false
68
60
  requirements:
69
- - - ! '>='
61
+ - - ">="
70
62
  - !ruby/object:Gem::Version
71
63
  version: '0'
72
64
  type: :runtime
73
65
  prerelease: false
74
66
  version_requirements: !ruby/object:Gem::Requirement
75
- none: false
76
67
  requirements:
77
- - - ! '>='
68
+ - - ">="
78
69
  - !ruby/object:Gem::Version
79
70
  version: '0'
80
71
  description: see http://cpee.org
@@ -84,135 +75,144 @@ extensions: []
84
75
  extra_rdoc_files:
85
76
  - README
86
77
  files:
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/notifications/5c8c36c3dfcec8e36c3b25859a71778c/consumer-secret
103
- - server/instances/6/notifications/5c8c36c3dfcec8e36c3b25859a71778c/producer-secret
104
- - server/instances/6/notifications/5c8c36c3dfcec8e36c3b25859a71778c/subscription.xml
105
- - server/instances/6/properties.xml
106
- - server/instances/5/properties.xml
107
- - server/instances/2/properties.xml
108
- - server/server.pid
109
- - server/handlerwrappers/soap.rb
110
- - server/handlerwrappers/default.rb
111
- - lib/engine.xml
112
- - lib/cpee/callback.rb
113
- - lib/cpee/handler_notifications.rb
114
- - lib/cpee/controller.rb
115
- - lib/cpee/handler_properties.rb
116
- - lib/cpee/implementation.rb
117
- - lib/cpee/empty_workflow.rb
118
- - lib/engine/instance-info.rng
119
- - lib/engine/instances.rng
120
- - lib/engine/callbacks.rng
121
- - lib/cpee.xml
122
- - cockpit/testsets/Endpoints and Data Manipulation.xml
123
- - cockpit/testsets/TEST - Bad Loop.xml
124
- - cockpit/testsets/Syncing P34 3.xml
125
- - cockpit/testsets/Coopis Testset.xml
126
- - cockpit/testsets/TEST - Wrong Positions.xml
127
- - cockpit/testsets/ICSOC Testset.xml
128
- - cockpit/testsets/Syncing P34.xml
129
- - cockpit/testsets/Linear.xml
130
- - cockpit/testsets/Syncing P34 1.xml
131
- - cockpit/testsets/Syncing P34 2.xml
132
- - cockpit/testsets/Mangler 2.xml
133
- - cockpit/testsets/Mangler 1.xml
134
- - cockpit/testsets/index.xml
135
- - cockpit/testsets/Signavio Model Base.xml
136
- - cockpit/testsets/Concurrent.xml
137
- - cockpit/testsets/SOPROMO Test Sonification.xml
78
+ - AUTHORS
79
+ - COPYING
80
+ - FEATURES
81
+ - INSTALL
82
+ - README
83
+ - Rakefile
138
84
  - 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
139
91
  - cockpit/css/ui.css
92
+ - cockpit/index.html
140
93
  - cockpit/js/details.js
141
- - cockpit/js/wfadaptor.cpee.js
142
94
  - cockpit/js/instance.js
143
- - cockpit/js/ui.js
144
95
  - cockpit/js/parameters.js
145
- - cockpit/index.html
146
- - cockpit/contrib/graph_example.svg
147
- - cockpit/contrib/tree_example.svg
148
- - cockpit/contrib/transformation1.xsl
149
- - cockpit/contrib/transformation2.xsl
150
- - cockpit/contrib/legend.svg
151
- - cockpit/contrib/symbols.svg
152
- - cockpit/lib/jquery-ui.custom.min.js
153
- - cockpit/lib/contextmenu.js
154
- - cockpit/lib/ui.css
96
+ - cockpit/js/ui.js
97
+ - cockpit/js/wfadaptor.cpee.js
155
98
  - cockpit/lib/contextmenu.css
156
- - cockpit/lib/util.js
157
- - cockpit/lib/underscore.min.js
158
- - cockpit/lib/jquery.redraw.js
159
- - cockpit/lib/strftime.min.js
160
- - cockpit/lib/printf.js
161
- - cockpit/lib/jquery.min.js
162
- - cockpit/lib/jquery.cookie.js
99
+ - cockpit/lib/contextmenu.js
100
+ - cockpit/lib/jquery-ui.custom.min.js
163
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
105
+ - cockpit/lib/jquery.redraw.js
164
106
  - cockpit/lib/jquery.svgdom.js
165
- - cockpit/lib/ui.js
166
107
  - cockpit/lib/parsequery.js
167
- - cockpit/lib/wfadaptor.css
168
- - cockpit/lib/jquery.caret.min.js
169
- - cockpit/lib/wfadaptor.js
108
+ - cockpit/lib/printf.js
109
+ - cockpit/lib/strftime.min.js
110
+ - cockpit/lib/ui.css
111
+ - cockpit/lib/ui.js
112
+ - cockpit/lib/underscore.min.js
113
+ - cockpit/lib/util.js
170
114
  - cockpit/lib/wfadaptor-doc/demo1.html
171
- - cockpit/lib/wfadaptor-doc/index.html
172
115
  - cockpit/lib/wfadaptor-doc/demo2.html
173
- - contrib/logo2.png
174
- - contrib/logo2a.svg
116
+ - cockpit/lib/wfadaptor-doc/index.html
117
+ - cockpit/lib/wfadaptor.css
118
+ - 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
175
136
  - contrib/logo2-small.png
137
+ - contrib/logo2.png
176
138
  - contrib/logo2.svg
177
139
  - contrib/logo2a.png
178
- - contrib/Screenshot at 2011-09-28 02:38:11.png
179
- - COPYING
180
- - FEATURES
181
- - INSTALL
182
- - Rakefile
140
+ - contrib/logo2a.svg
183
141
  - cpee.gemspec
184
- - README
185
- - AUTHORS
186
- - test/testset.xml
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
187
187
  - test/delete.rb
188
188
  - test/load.rb
189
+ - test/testset.xml
189
190
  homepage: http://cpee.org/
190
191
  licenses:
191
192
  - LGPL-3
193
+ metadata: {}
192
194
  post_install_message:
193
195
  rdoc_options: []
194
196
  require_paths:
195
197
  - lib
196
198
  required_ruby_version: !ruby/object:Gem::Requirement
197
- none: false
198
199
  requirements:
199
- - - ! '>='
200
+ - - ">="
200
201
  - !ruby/object:Gem::Version
201
202
  version: 1.9.3
202
203
  required_rubygems_version: !ruby/object:Gem::Requirement
203
- none: false
204
204
  requirements:
205
- - - ! '>='
205
+ - - ">="
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
209
  rubyforge_project:
210
- rubygems_version: 1.8.23
210
+ rubygems_version: 2.2.2
211
211
  signing_key:
212
- specification_version: 3
212
+ specification_version: 4
213
213
  summary: Preliminary release of cloud process execution engine (cpee). If you just
214
214
  need workflow execution, without a rest/xmpp service exposing it, then use WEEL
215
215
  test_files:
216
+ - test/load.rb
216
217
  - test/testset.xml
217
218
  - test/delete.rb
218
- - test/load.rb