aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2017-10-19Restore MSOMockServer to the buildRob Daugherty41-1088/+3239
Classes in this artifact are needed for unit tests. For a long term solution, we should find a way to build these classes into a test-scoped artifact. Issue: SO-242 Change-Id: I1a57fead07250c841a9f59afb805aea26c7bc102 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-19Merge "Omit service-type and service-role if empty"Rob Daugherty1-2/+4
2017-10-19Merge "NullPointerException after adapter callback"Rob Daugherty3-5/+5
2017-10-18NullPointerException after adapter callbackRob Daugherty3-5/+5
The exception occurs because the default process engine is being used to handle the callback. Until we come up with a better design, we will use the "infrastructure" process engine. Issue: SO-76 Change-Id: Ibe8a40ac28b2ae855f85094f57d878ee622349a0 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-18Omit service-type and service-role if emptyRob Daugherty1-2/+4
The CreateGenericALaCarteServiceInstance flow does not use the decomposition building block, and hence there is no service-type or service-role for the service instance. SO should not put empty values into AAI; it should omit the elements completely. Issue: SO-237 Change-Id: Ic9504cd5d5c3a4e4cbe67ef5de0c56f51f3c6938 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-18productFamilyId not found error catchingArthur Martella1-1/+7
Properly catch JsonException in case when productFamilyId is not present to let if block handle case where it's missing. Change-Id: Id6eb2aaf10bc8636470ced3fe96c1149bb7e905e Issue-id: SO-236 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-18Merge "Change SDNC namespace"Seshu Kumar M13-23/+23
2017-10-18Merge "Added the "@Override" annotation"Seshu Kumar M1-114/+115
2017-10-18Added the "@Override" annotationRamanjaneya-Huawei1-114/+115
Issue-id: SO-224 Change-Id: I98e6b2de01514f2e2c705c9f880057bb977ff075 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Change SDNC namespaceRob Daugherty13-23/+23
SDNC now uses the org:onap namespace, not org:openecomp. Issue: SO-231 Change-Id: I434bcb6d2b330a0d536368a5f3d6b86615980314 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-17Merge "Added the "@Override" annotation"Seshu Kumar M1-2/+3
2017-10-17Merge "Remove unused import and Rename local Variables"Seshu Kumar M1-13/+10
2017-10-17Merge "fix for including the operation ID in response"Seshu Kumar M1-2/+2
2017-10-17Added the "@Override" annotationRamanjaneya-Huawei1-2/+3
Change-Id: I0cbfeb8931a46ccd0b2f759c95adea49c5825af2 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17fix for including the operation ID in responseSeshu-Kumar-M1-2/+2
IssueId: SO-226 Change-Id: Ifd515c16b876cc006703a9ae87e5daaff0b34a14 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-17Remove unused import and Rename local VariablesRamanjaneya-Huawei1-13/+10
Change-Id: I35267602e813852d43ef84c691a05bc49133082b Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Removed unWanted methodseshukm2-47/+19
IssueId: SO-222 Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-17fix method name mismatch create E2E svcseshukm2-40/+53
IssueId: SO-222 Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-14overlay-vpnZhuoyao Huang5-22/+69
change input parameters' names and action-type for overlay-vpn Change-Id: I232410e4e6056bd4253d7e66ad4b895d2052583a Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-13Fix wrong work flow for service deletec001491075-179/+476
Fix wrong work flow for service delete bpmn logic Change-Id: I86287cc484b85ed0a31fcf70bea9049d896ade91 Issue-ID:SO-218 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-13Correct the workflow for NS Createc001491074-71/+185
Correct the workflow for NS Create bpmn Change-Id: I71283c88a3936d1b19b3403f6940823875405c90 Issue-ID:SO-217 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-12Build support for Camunda EE CockpitRob Daugherty3-2/+3
The community edition Camunda Cockpit does not have the capability to inspect a running or completed process. This makes it useless for debugging purposes. If a user has an enterprise license, it should be possible to build SO using the enterprise version of Camunda. This commit modifies the SO poms so that the camunda version may be specified on the maven command line, as follows: -Dcamunda.version=7.7.3-ee -Dcamunda.bpm.webapp.artifact=camunda-webapp-ee-jboss-standalone A maven repository containing the enterprise artifacts (in this case, 7.7.3-ee) would also need to be provided at build time in the maven settings.xml configuration. Issue: SO-216 Change-Id: Idff63ce70475299924333b37aa51f8d963adf568 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-12Replace usage of System.out by a loggerrama-huawei1-8/+13
Issue-Id: SO-213 Change-Id: Ia4bed73b2ef46fd195d7e3ffdfcaf140c38ab6fa Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-11Add junit test coverage and fix bugs in VCPEJim Hahn93-3224/+9823
Added additional junit tests for VCPE and fixed bugs that were found while testing. Change-Id: Icb6a0c936a16b775ff553c11cb07a4348bd9ebfc Issue-ID: SO-210 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-11Merge "Add progress for create workflow"Seshu Kumar M4-42/+259
2017-10-11Add progress for create workflowc001491074-42/+259
Add progress and operation content for create workflow operation Change-Id: Ib48ab5be7f65a039813db1da816dbe7ac4c0e6f1 Issue-ID:SO-206 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-10Fix E2E flow process namesRob Daugherty2-2/+2
DeleteCustomE2EServiceInstance and DoCustomDeleteE2EServiceInstance both declared their names to be "Process_1". I've changed their process names. Issue: SO-200 Change-Id: Ic1fd302a38c27d0d3a1a8200b4002a55fa0625f8 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-11Merge "Updated port for SNIRO in Homing tests"Rob Daugherty3-10/+14
2017-10-10Add errorRef to DeleteCustomE2EServiceInstanceRob Daugherty1-2/+3
Every throwing event needs an errorRef element. Issue: SO-200 Change-Id: I29fe145912e38cb8697638926c4b1766047195f2 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-10Updated port for SNIRO in Homing testsArthur Martella3-10/+14
Change-Id: Idbf4c87544c92dc6b744a859c024c773ec00e2cd Issue-id: SO-138 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-10Merge "Change bpmn surefire plugin to reuse forks"Seshu Kumar M1-1/+1
2017-10-10Change bpmn surefire plugin to reuse forksRob Daugherty1-1/+1
This is how it was prior to the SO-193 fix. Some unit tests are now failing in the jenkins environment. Maybe this will help. Issue: SO-193 Change-Id: Idac2a25e2f85581aaceaae10b8eacb5f312b2a70 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-10Delete unwated codeseshukm24-3308/+1
Change-Id: I05931195c51f171a59bb8f831e8fbbf7fd7ea11f IssueId: SO-202 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-10Adding BPMN and Groovy for E2E Svcseshukm4-0/+1564
IssueId: SO-200 Change-Id: Idf3f9d0f64d0942ca6d004928b788c14a1605a77 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-09MSOCommonBPMN flows are not being deployedRob Daugherty2-1/+33
Flows in the MSOCommonBPMN jar, which is embedded in the MSOInfrastructureBPMN war, are not being deployed. MSOCommonBPMN needs a processes.xml file. I'm also fixing a problem with CustomE2EGetService.bpmn, which claims it is the GenericGetService flow. This creates a conflict with the real GenericGetService flow. Issue: SO-199 Change-Id: I1ec9d4ad079abf65b5c276b625b46a86805a15e6 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-08Fixes for sonar coverage in bpmnRob Daugherty8-575/+3
1. Coordinated jacoco and surefire JVM arg line options 2. Changed sonar plugin version to 2.19.1 3. Removed dead code (unused classes) Issue: SO-193 Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-06UT for the BPMN flowSeshu-Kumar-M1-0/+168
IssueId: SO-191 Change-Id: I167a7e96f4fd3a857a6c3e679dda132fc8a7f720 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-03Not logging or re-throwing the exceptionsrama-huawei1-1/+1
Issue-id: SO-175 Change-Id: Id6bf21f4ca857c330c0b719dc2d2651fa1976dee Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-03Merge "Removed commented lines"Seshu Kumar M1-1/+0
2017-10-03Fixed so issuesramanjaneya1-5/+8
Change-Id: I5bc9dc02ac81789dc0b113571c073e74d8cee609 Issue-Id:SO-118 Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
2017-10-03Removed commented linesramanjaneya1-1/+0
Change-Id: I80ecfce64650e4d9aec800898c7f98645f557d8a Issue-Id:SO-118 Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
2017-10-02Prevent JAXRS LinkageErrorArthur Martella1-0/+18
Pruning the inclusions in modules to prevent linkage errors during health check. Change-Id: I7b3cb233d0eac2a0a41b15e608d3d295a73573e7 Issue-ID: SO-160 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-02Fixes for Infrastructure module startupArthur Martella2-5/+12
Excluding jersey-all from pom.xml and fixing broken bpmn file. Change-Id: I466a593f08d20f6b37e367f3ccc67bd8a7165029 Issue-ID: SO-160 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-02Merge "Added @Override annotation to method signature"Seshu Kumar M1-0/+1
2017-10-02Merge "Fix major sonar issues"Seshu Kumar M1-3/+3
2017-10-02Merge "Added @Override annotation to method signature"Seshu Kumar M1-0/+1
2017-09-30Merge "Replace with the diamnod operator"Seshu Kumar M5-11/+12
2017-09-30Merge "Removed unused variables"Seshu Kumar M2-9/+1
2017-09-30Merge "Removed unused variables"Seshu Kumar M2-10/+3
2017-09-30Merge "Replaced with Diamond symbol"Seshu Kumar M1-2/+2