This is an automated email from the ASF dual-hosted git repository.

yasith pushed a change to branch service-layer
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from db260fd508 get code to compile. add AiravataSystemException clause to 
thrift services that didnt have exception clause
     add 3eeb13ef7b update service classes to throw only the exceptions that 
get created. partially fixed the thrift handlers

No new revisions were added by this update.

Summary of changes:
 .../api/server/handler/AiravataServerHandler.java  |  415 ++-
 .../api/server/handler/ThriftExceptionHandler.java |   52 -
 .../store/server/CredentialStoreServerHandler.java |   38 +-
 .../server/OrchestratorServerHandler.java          |   56 +-
 .../api/service/handler/RegistryServerHandler.java |  514 ++-
 .../apache/airavata/service/AiravataService.java   | 3721 +++++++++++++-------
 .../airavata/service/CredentialStoreService.java   |  161 +-
 .../airavata/service/GroupManagerService.java      |    8 -
 .../apache/airavata/service/IamAdminService.java   |   27 +-
 .../service/OrchestratorRegistryService.java       |    6 +-
 .../airavata/service/OrchestratorService.java      |  186 +-
 .../apache/airavata/service/RegistryService.java   | 1598 +++++++--
 .../airavata/service/SharingRegistryService.java   |  397 ++-
 .../airavata/service/TenantProfileService.java     |    8 -
 .../airavata/service/UserProfileService.java       |   11 +-
 .../handlers/GroupManagerServiceHandler.java       |   27 +-
 .../profile/handlers/IamAdminServicesHandler.java  |   25 +-
 .../handlers/TenantProfileServiceHandler.java      |   15 +-
 .../handlers/UserProfileServiceHandler.java        |   19 +-
 .../security/interceptor/SecurityInterceptor.java  |    6 +-
 .../messaging/SharingServiceDBEventHandler.java    |    4 +-
 .../server/SharingRegistryServerHandler.java       |  138 +-
 22 files changed, 4950 insertions(+), 2482 deletions(-)
 delete mode 100644 
airavata-api/src/main/java/org/apache/airavata/api/server/handler/ThriftExceptionHandler.java

Reply via email to