git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@154415 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
570db1b125
commit
f6fb798eca
|
@ -140,7 +140,7 @@ public class RequestHandler {
|
||||||
else if (requestType.equalsIgnoreCase("Execute")) {
|
else if (requestType.equalsIgnoreCase("Execute")) {
|
||||||
req = new ExecuteRequest(ciMap);
|
req = new ExecuteRequest(ciMap);
|
||||||
setResponseMimeType((ExecuteRequest)req);
|
setResponseMimeType((ExecuteRequest)req);
|
||||||
InnerMethodName.instance.set("Execute - "+((ExecuteRequest)req).getAlgorithmIdentifier());
|
InnerMethodName.instance.set("Execute");
|
||||||
}
|
}
|
||||||
else if (requestType.equalsIgnoreCase("RetrieveResult")) {
|
else if (requestType.equalsIgnoreCase("RetrieveResult")) {
|
||||||
req = new RetrieveResultRequest(ciMap);
|
req = new RetrieveResultRequest(ciMap);
|
||||||
|
|
|
@ -25,7 +25,7 @@ no. 654119), SoBigData (grant no. 654024);
|
||||||
Version
|
Version
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
1.0.0-SNAPSHOT (2017-09-19)
|
1.1.0-SNAPSHOT (2017-09-21)
|
||||||
|
|
||||||
Please see the file named "changelog.xml" in this directory for the release notes.
|
Please see the file named "changelog.xml" in this directory for the release notes.
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<Packages>
|
<Packages>
|
||||||
<Software>
|
<Software>
|
||||||
<Name>wps</Name>
|
<Name>wps</Name>
|
||||||
<Version>1.0.0-SNAPSHOT</Version>
|
<Version>1.1.0-SNAPSHOT</Version>
|
||||||
<MavenCoordinates>
|
<MavenCoordinates>
|
||||||
<groupId>org.gcube.data-analysis</groupId>
|
<groupId>org.gcube.data-analysis</groupId>
|
||||||
<artifactId>wps</artifactId>
|
<artifactId>wps</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
</MavenCoordinates>
|
</MavenCoordinates>
|
||||||
<Files>
|
<Files>
|
||||||
<File>wps.jar</File>
|
<File>wps.jar</File>
|
||||||
|
|
Loading…
Reference in New Issue