cpee 1.3.157 → 1.3.158
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee.gemspec +1 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +1 -0
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +1 -0
- data/server/instances/{12/notifications/b0a0abbb8ad6fb81c579c4e97829d681 → 1/notifications/d12eff1ac812661c05d7090ce7394cf9}/subscription.xml +0 -0
- data/server/instances/1/properties.xml +69 -101
- data/server/instances/10/properties.xml +106 -70
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/consumer-secret +1 -0
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/producer-secret +1 -0
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/subscription.xml +27 -0
- data/server/instances/11/properties.xml +133 -73
- data/server/instances/2/properties.xml +191 -44
- data/server/instances/3/properties.xml +70 -44
- data/server/instances/4/properties.xml +28 -68
- data/server/instances/5/properties.xml +10 -70
- data/server/instances/6/properties.xml +175 -55
- data/server/instances/7/properties.xml +118 -52
- data/server/instances/8/properties.xml +112 -50
- data/server/instances/9/properties.xml +115 -47
- data/server/resources/properties.init +1 -0
- data/server/resources/properties.schema.active +5 -0
- data/server/resources/properties.schema.finished +5 -0
- data/server/resources/properties.schema.inactive +5 -0
- metadata +105 -106
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret +0 -1
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret +0 -1
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml +0 -6
- data/server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret +0 -1
- data/server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret +0 -1
- data/server/instances/12/properties.xml +0 -43
@@ -18,6 +18,11 @@
|
|
18
18
|
<info type="simple" modifiable="false" mutable="false">
|
19
19
|
<text/>
|
20
20
|
</info>
|
21
|
+
<properties type="complex" modifiable="false" mutable="false">
|
22
|
+
<zeroOrMore>
|
23
|
+
<element><anyName/><text/></element>
|
24
|
+
</zeroOrMore>
|
25
|
+
</properties>
|
21
26
|
<handlerwrapper type="simple" modifiable="false" mutable="false">
|
22
27
|
<data type="string">
|
23
28
|
<param name="pattern">[A-Z][a-zA-Z]*</param>
|
@@ -18,6 +18,11 @@
|
|
18
18
|
<info type="simple" modifiable="false" mutable="false">
|
19
19
|
<text/>
|
20
20
|
</info>
|
21
|
+
<properties type="complex" modifiable="false" mutable="false">
|
22
|
+
<zeroOrMore>
|
23
|
+
<element><anyName/><text/></element>
|
24
|
+
</zeroOrMore>
|
25
|
+
</properties>
|
21
26
|
<handlerwrapper type="simple" modifiable="false" mutable="false">
|
22
27
|
<data type="string">
|
23
28
|
<param name="pattern">[A-Z][a-zA-Z]*</param>
|
@@ -18,6 +18,11 @@
|
|
18
18
|
<info type="simple" modifiable="false" mutable="false">
|
19
19
|
<text/>
|
20
20
|
</info>
|
21
|
+
<properties type="complex" modifiable="true">
|
22
|
+
<zeroOrMore>
|
23
|
+
<element><anyName/><text/></element>
|
24
|
+
</zeroOrMore>
|
25
|
+
</properties>
|
21
26
|
<handlerwrapper type="simple" modifiable="true">
|
22
27
|
<data type="string">
|
23
28
|
<param name="pattern">[A-Z][a-zA-Z]*</param>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cpee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.158
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-09-
|
13
|
+
date: 2014-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|
@@ -75,125 +75,124 @@ extensions: []
|
|
75
75
|
extra_rdoc_files:
|
76
76
|
- README
|
77
77
|
files:
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
78
|
+
- server/server.rb
|
79
|
+
- server/resources/topics.xml
|
80
|
+
- server/resources/properties.schema.finished
|
81
|
+
- server/resources/properties.schema.active
|
82
|
+
- server/resources/properties.init
|
83
|
+
- server/resources/transformation_dslx.xsl
|
84
|
+
- server/resources/empty_dslx.xml
|
85
|
+
- server/resources/properties.schema.inactive
|
86
|
+
- server/resources/transformation.xml
|
87
|
+
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret
|
88
|
+
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret
|
89
|
+
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml
|
90
|
+
- server/instances/1/properties.xml
|
91
|
+
- server/instances/3/properties.xml
|
92
|
+
- server/instances/9/properties.xml
|
93
|
+
- server/instances/10/properties.xml
|
94
|
+
- server/instances/4/properties.xml
|
95
|
+
- server/instances/7/properties.xml
|
96
|
+
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/consumer-secret
|
97
|
+
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/producer-secret
|
98
|
+
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/subscription.xml
|
99
|
+
- server/instances/11/properties.xml
|
100
|
+
- server/instances/6/properties.xml
|
101
|
+
- server/instances/5/properties.xml
|
102
|
+
- server/instances/8/properties.xml
|
103
|
+
- server/instances/2/properties.xml
|
104
|
+
- server/handlerwrappers/soap.rb
|
105
|
+
- server/handlerwrappers/default.rb
|
106
|
+
- lib/engine.xml
|
107
|
+
- lib/cpee/callback.rb
|
108
|
+
- lib/cpee/handler_notifications.rb
|
109
|
+
- lib/cpee/controller.rb
|
110
|
+
- lib/cpee/processtransformation/bpmn2.rb
|
111
|
+
- lib/cpee/processtransformation/cpee.rb
|
112
|
+
- lib/cpee/processtransformation/structures.rb
|
113
|
+
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
114
|
+
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
115
|
+
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
116
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
117
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
118
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
119
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
120
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
121
|
+
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
122
|
+
- lib/cpee/handler_properties.rb
|
123
|
+
- lib/cpee/implementation.rb
|
124
|
+
- lib/cpee/empty_workflow.rb
|
125
|
+
- lib/engine/instance-info.rng
|
126
|
+
- lib/engine/instances.rng
|
127
|
+
- lib/engine/callbacks.rng
|
128
|
+
- lib/cpee.xml
|
129
|
+
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
130
|
+
- cockpit/testsets/TEST - Bad Loop.xml
|
131
|
+
- cockpit/testsets/Syncing P34 3.xml
|
132
|
+
- cockpit/testsets/Coopis Testset.xml
|
133
|
+
- cockpit/testsets/TEST - Wrong Positions.xml
|
134
|
+
- cockpit/testsets/ICSOC Testset.xml
|
135
|
+
- cockpit/testsets/Syncing P34.xml
|
136
|
+
- cockpit/testsets/Linear.xml
|
137
|
+
- cockpit/testsets/Syncing P34 1.xml
|
138
|
+
- cockpit/testsets/Syncing P34 2.xml
|
139
|
+
- cockpit/testsets/Mangler 2.xml
|
140
|
+
- cockpit/testsets/Mangler 1.xml
|
141
|
+
- cockpit/testsets/index.xml
|
142
|
+
- cockpit/testsets/Signavio Model Base.xml
|
143
|
+
- cockpit/testsets/Concurrent.xml
|
144
|
+
- cockpit/testsets/SOPROMO Test Sonification.xml
|
84
145
|
- 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
146
|
- cockpit/css/ui.css
|
92
|
-
- cockpit/index.html
|
93
147
|
- cockpit/js/details.js
|
148
|
+
- cockpit/js/wfadaptor.cpee.js
|
94
149
|
- cockpit/js/instance.js
|
95
|
-
- cockpit/js/parameters.js
|
96
150
|
- cockpit/js/ui.js
|
97
|
-
- cockpit/js/
|
98
|
-
- cockpit/
|
99
|
-
- cockpit/
|
151
|
+
- cockpit/js/parameters.js
|
152
|
+
- cockpit/index.html
|
153
|
+
- cockpit/contrib/graph_example.svg
|
154
|
+
- cockpit/contrib/tree_example.svg
|
155
|
+
- cockpit/contrib/transformation1.xsl
|
156
|
+
- cockpit/contrib/transformation2.xsl
|
157
|
+
- cockpit/contrib/legend.svg
|
158
|
+
- cockpit/contrib/symbols.svg
|
100
159
|
- cockpit/lib/jquery-ui.custom.min.js
|
101
|
-
- cockpit/lib/
|
102
|
-
- cockpit/lib/
|
103
|
-
- cockpit/lib/
|
104
|
-
- cockpit/lib/
|
160
|
+
- cockpit/lib/contextmenu.js
|
161
|
+
- cockpit/lib/ui.css
|
162
|
+
- cockpit/lib/contextmenu.css
|
163
|
+
- cockpit/lib/util.js
|
164
|
+
- cockpit/lib/underscore.min.js
|
105
165
|
- cockpit/lib/jquery.redraw.js
|
106
|
-
- cockpit/lib/jquery.svgdom.js
|
107
|
-
- cockpit/lib/parsequery.js
|
108
|
-
- cockpit/lib/printf.js
|
109
166
|
- cockpit/lib/strftime.min.js
|
110
|
-
- cockpit/lib/
|
167
|
+
- cockpit/lib/printf.js
|
168
|
+
- cockpit/lib/jquery.min.js
|
169
|
+
- cockpit/lib/jquery.cookie.js
|
170
|
+
- cockpit/lib/jquery-ui.custom.min.txt
|
171
|
+
- cockpit/lib/jquery.svgdom.js
|
111
172
|
- cockpit/lib/ui.js
|
112
|
-
- cockpit/lib/
|
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
|
173
|
+
- cockpit/lib/parsequery.js
|
117
174
|
- cockpit/lib/wfadaptor.css
|
175
|
+
- cockpit/lib/jquery.caret.min.js
|
118
176
|
- cockpit/lib/wfadaptor.js
|
119
|
-
- cockpit/
|
120
|
-
- cockpit/
|
121
|
-
- cockpit/
|
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
|
177
|
+
- cockpit/lib/wfadaptor-doc/demo1.html
|
178
|
+
- cockpit/lib/wfadaptor-doc/index.html
|
179
|
+
- cockpit/lib/wfadaptor-doc/demo2.html
|
137
180
|
- contrib/logo2.png
|
181
|
+
- contrib/logo2a.svg
|
182
|
+
- contrib/logo2-small.png
|
138
183
|
- contrib/logo2.svg
|
139
184
|
- contrib/logo2a.png
|
140
|
-
- contrib/
|
185
|
+
- contrib/Screenshot at 2011-09-28 02:38:11.png
|
186
|
+
- COPYING
|
187
|
+
- FEATURES
|
188
|
+
- INSTALL
|
189
|
+
- Rakefile
|
141
190
|
- cpee.gemspec
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
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/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret
|
171
|
-
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret
|
172
|
-
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml
|
173
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret
|
174
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret
|
175
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/subscription.xml
|
176
|
-
- server/instances/12/properties.xml
|
177
|
-
- server/instances/2/properties.xml
|
178
|
-
- server/instances/3/properties.xml
|
179
|
-
- server/instances/4/properties.xml
|
180
|
-
- server/instances/5/properties.xml
|
181
|
-
- server/instances/6/properties.xml
|
182
|
-
- server/instances/7/properties.xml
|
183
|
-
- server/instances/8/properties.xml
|
184
|
-
- server/instances/9/properties.xml
|
185
|
-
- server/resources/empty_dslx.xml
|
186
|
-
- server/resources/properties.init
|
187
|
-
- server/resources/properties.schema.active
|
188
|
-
- server/resources/properties.schema.finished
|
189
|
-
- server/resources/properties.schema.inactive
|
190
|
-
- server/resources/topics.xml
|
191
|
-
- server/resources/transformation.xml
|
192
|
-
- server/resources/transformation_dslx.xsl
|
193
|
-
- server/server.rb
|
191
|
+
- README
|
192
|
+
- AUTHORS
|
193
|
+
- test/testset.xml
|
194
194
|
- test/delete.rb
|
195
195
|
- test/load.rb
|
196
|
-
- test/testset.xml
|
197
196
|
homepage: http://cpee.org/
|
198
197
|
licenses:
|
199
198
|
- LGPL-3
|
@@ -214,12 +213,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
213
|
version: '0'
|
215
214
|
requirements: []
|
216
215
|
rubyforge_project:
|
217
|
-
rubygems_version: 2.
|
216
|
+
rubygems_version: 2.0.14
|
218
217
|
signing_key:
|
219
218
|
specification_version: 4
|
220
219
|
summary: Preliminary release of cloud process execution engine (cpee). If you just
|
221
220
|
need workflow execution, without a rest/xmpp service exposing it, then use WEEL
|
222
221
|
test_files:
|
223
|
-
- test/load.rb
|
224
222
|
- test/testset.xml
|
225
223
|
- test/delete.rb
|
224
|
+
- test/load.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
0e75e4db991d6813d7de681ee6b9fea4
|
@@ -1 +0,0 @@
|
|
1
|
-
c930199225b287dc2a307b5b7e0bf174
|
@@ -1 +0,0 @@
|
|
1
|
-
900b471249f73835a3ddfdbc7cacc51c
|
@@ -1 +0,0 @@
|
|
1
|
-
35b6fc016b6a4e56ae4aac2d5d2157fe
|
@@ -1,43 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!--
|
3
|
-
This file is part of CPEE.
|
4
|
-
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
8
|
-
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
12
|
-
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
15
|
-
<http://www.gnu.org/licenses/>.
|
16
|
-
-->
|
17
|
-
|
18
|
-
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
|
-
<info/>
|
20
|
-
<state>ready</state>
|
21
|
-
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
22
|
-
<positions/>
|
23
|
-
<dataelements/>
|
24
|
-
<endpoints>
|
25
|
-
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
26
|
-
</endpoints>
|
27
|
-
<dsl/>
|
28
|
-
<dslx>
|
29
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
30
|
-
</dslx>
|
31
|
-
<status>
|
32
|
-
<id>0</id>
|
33
|
-
<message>undefined</message>
|
34
|
-
</status>
|
35
|
-
<description>
|
36
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
37
|
-
</description>
|
38
|
-
<transformation>
|
39
|
-
<description type='copy'/>
|
40
|
-
<dataelements type='xslt'/>
|
41
|
-
<endpoints type='xslt'/>
|
42
|
-
</transformation>
|
43
|
-
</properties>
|