adding thrift generated classes AIRAVATA-994
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b8152e39
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b8152e39
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b8152e39
Branch: refs/heads/master
Commit: b8152e39f0441d1aa2ea93c9d230911947f473c7
Parents: da4c153
Author: chathuri <chathuri@apache.org>
Authored: Thu Feb 6 11:31:44 2014 -0500
Committer: chathuri <chathuri@apache.org>
Committed: Thu Feb 6 11:31:44 2014 -0500
----------------------------------------------------------------------
modules/airavata-api/client-sdks/pom.xml | 25 +
modules/airavata-api/datamodel/pom.xml | 38 +
.../java/org/apache/airavata/api/Airavata.java | 11622 +++++++++++++++++
.../airavata/api/airavataAPIConstants.java | 39 +
.../api/error/AiravataClientException.java | 518 +
.../airavata/api/error/AiravataErrorType.java | 82 +
.../api/error/AiravataSystemException.java | 513 +
.../api/error/AuthenticationException.java | 386 +
.../api/error/AuthorizationException.java | 386 +
.../api/error/ExperimentNotFoundException.java | 495 +
.../api/error/InvalidRequestException.java | 387 +
.../airavata/api/error/TimedOutException.java | 283 +
.../experiment/AdvancedInputDataHandling.java | 690 +
.../experiment/AdvancedOutputDataHandling.java | 593 +
.../model/experiment/BasicMetadata.java | 700 +
.../ComputationalResourceScheduling.java | 1359 ++
.../model/experiment/ConfigurationData.java | 1386 ++
.../experiment/QualityOfServiceParams.java | 591 +
modules/airavata-api/generate-thrift-files.sh | 0
modules/airavata-api/server-handlers/pom.xml | 38 +
modules/airavata-api/server/pom.xml | 38 +
.../test/resources/airavata-registry-derby.sql | 10 +-
modules/registry/airavata-jpa-registry/pom.xml | 10 +
.../registry/jpa/impl/ExperimentRegistry.java | 130 +
.../registry/jpa/impl/GatewayRegistry.java | 35 +
.../registry/jpa/impl/RegistryImpl.java | 127 +
.../model/Experiment_Configuration_Data.java | 103 +-
.../resources/ExperimentConfigDataResource.java | 98 +-
.../registry/jpa/resources/GatewayResource.java | 6 +
.../registry/jpa/resources/Utils.java | 10 +-
.../main/resources/airavata-registry-derby.sql | 10 +-
.../main/resources/airavata-registry-mysql.sql | 10 +-
.../test/resources/airavata-registry-derby.sql | 10 +-
.../test/resources/airavata-registry-derby.sql | 10 +-
.../registry/cpi/DependentDataType.java | 10 +
.../apache/airavata/registry/cpi/Registry.java | 34 +-
.../airavata/registry/cpi/TopLevelDataType.java | 12 +
pom.xml | 1 +
38 files changed, 20772 insertions(+), 23 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/airavata/blob/b8152e39/modules/airavata-api/client-sdks/pom.xml
----------------------------------------------------------------------
diff --git a/modules/airavata-api/client-sdks/pom.xml b/modules/airavata-api/client-sdks/pom.xml
new file mode 100644
index 0000000..71a6cbb
--- /dev/null
+++ b/modules/airavata-api/client-sdks/pom.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor license
agreements. See the NOTICE file
+ distributed with this work for additional information regarding copyright ownership.
The ASF licenses this file to you under
+ the Apache License, Version 2.0 (theÏ "License"); you may not use this file except in
compliance with the License. You may
+ obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to
+ in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF
+ ANY ~ KIND, either express or implied. See the License for the specific language governing
permissions and limitations under
+ the License. -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <artifactId>airavata-api</artifactId>
+ <groupId>org.apache.airavata</groupId>
+ <version>0.12-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>airavata-client-sdks</artifactId>
+ <packaging>jar</packaging>
+ <name>Airavata Client SDKS</name>
+ <url>http://airavata.apache.org/</url>
+
+</project>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/airavata/blob/b8152e39/modules/airavata-api/datamodel/pom.xml
----------------------------------------------------------------------
diff --git a/modules/airavata-api/datamodel/pom.xml b/modules/airavata-api/datamodel/pom.xml
new file mode 100644
index 0000000..10b0173
--- /dev/null
+++ b/modules/airavata-api/datamodel/pom.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor license
agreements. See the NOTICE file
+ distributed with this work for additional information regarding copyright ownership.
The ASF licenses this file to you under
+ the Apache License, Version 2.0 (theÏ "License"); you may not use this file except in
compliance with the License. You may
+ obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to
+ in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF
+ ANY ~ KIND, either express or implied. See the License for the specific language governing
permissions and limitations under
+ the License. -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <artifactId>airavata-api</artifactId>
+ <groupId>org.apache.airavata</groupId>
+ <version>0.12-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>airavata-datamodel</artifactId>
+ <packaging>jar</packaging>
+ <name>Airavata Data Models </name>
+ <url>http://airavata.apache.org/</url>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ <version>0.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ </dependencies>
+
+</project>
|