Skip to content

Commit 3fa679d

Browse files
committed
bug fix
1 parent 9ac01f9 commit 3fa679d

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

AWSCLIV2.pkg

13.8 MB
Binary file not shown.

lp.pdf

Whitespace-only changes.

modules/orchestrator/orchestrator-service/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,7 @@
9292
<artifactId>computer-resource-monitoring-service</artifactId>
9393
<version>${project.version}</version>
9494
</dependency>
95-
<dependency>
96-
<groupId>org.apache.airavata</groupId>
97-
<artifactId>metascheduler-core</artifactId>
98-
<version>0.21-SNAPSHOT</version>
99-
<scope>compile</scope>
100-
</dependency>
95+
10196

10297
</dependencies>
10398

modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/UserConfigurationDataEntity.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ public class UserConfigurationDataEntity implements Serializable {
103103
@PrimaryKeyJoinColumn(name = "EXPERIMENT_ID", referencedColumnName = "EXPERIMENT_ID")
104104
private ExperimentEntity experiment;
105105

106-
107-
@OneToMany(targetEntity = ComputationalResourceSchedulingEntity.class, cascade = CascadeType.ALL,
108-
mappedBy = "userConfigurationData", fetch = FetchType.EAGER)
109-
private List<ComputationalResourceSchedulingEntity> computationalResourceSchedulingEntities;
106+
//
107+
// @OneToMany(targetEntity = ComputationalResourceSchedulingEntity.class, cascade = CascadeType.ALL,
108+
// mappedBy = "userConfigurationData", fetch = FetchType.EAGER)
109+
// private List<ComputationalResourceSchedulingEntity> computationalResourceSchedulingEntities;
110110

111111
public UserConfigurationDataEntity() {
112112
}

0 commit comments

Comments
 (0)