Skip to content

Commit

Permalink
Merge pull request #470 from delageniere/master
Browse files Browse the repository at this point in the history
Modifications in User Portal Webservices for DOI
  • Loading branch information
delageniere authored Jun 5, 2020
2 parents 54828a2 + 343096c commit d3ac679
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ Sonarcube
.scannerwork/
sonar-project.properties

/*.log
/*.log
Binary file not shown.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<artifactId>ispyb-userportal-gen</artifactId>
<version>1.6</version>
<packaging>jar</packaging>
<file>${basedir}/../dependencies/ispyb-userportal-gen-1.6.jar</file>
<file>${basedir}/../dependencies/ispyb-userportal-gen-1.7.jar</file>
</configuration>
</execution>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-bcr-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
</parent>
<artifactId>ispyb-bcr-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-bcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>

</parent>
<artifactId>ispyb-bcr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
</parent>
<artifactId>ispyb-ear</artifactId>
<packaging>ear</packaging>
Expand Down
Binary file added ispyb-ejb/lib/ispyb-userportal-gen-1.7.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions ispyb-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
</parent>
<artifactId>ispyb-ejb3</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>ispyb</groupId>
<artifactId>ispyb-userportal-gen</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,16 @@ public long getProposalPK(String arg0, Long arg1) throws FinderException_Excepti
return arg1;
}

public void addDoiToSessionBySessionPk(final Long expSessionPk, final String doi) throws Exception_Exception {
// TODO Auto-generated method stub

}

public void addDoiToSessionByProposalBeamlineAndDate(String arg0, Integer arg1, String arg2, Calendar arg3,
String arg4) throws Exception_Exception {
// TODO Auto-generated method stub
}

private JSONObject getProposalForId(Long propId){
JSONObject proposal = null;

Expand Down Expand Up @@ -741,4 +751,5 @@ private CloseableHttpClient getHttpClient(){
}
return httpclient;
}

}
2 changes: 1 addition & 1 deletion ispyb-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
</parent>

<artifactId>ispyb-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
</parent>
<artifactId>ispyb-ws</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.22</version>
<version>5.3</version>
<packaging>pom</packaging>
<modules>
<module>ispyb-ejb</module>
Expand Down

0 comments on commit d3ac679

Please sign in to comment.