Fix bug in APEX parameter service 31/57331/1
authorliamfallon <liam.fallon@ericsson.com>
Tue, 24 Jul 2018 13:23:37 +0000 (14:23 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Tue, 24 Jul 2018 13:24:12 +0000 (14:24 +0100)
commit79ae3f7f229db52b8ab18c405c5109f8d18db1b6
tree28b428ca68bfb677ac02faeffb3b6c69a252f66a
parent41ecf036b7f1b3bdd56311a0bc706407b242faca
Fix bug in APEX parameter service

The parameter calss name was not initialized in the constructor
of the parameter service
The web socket connections() method is depricated and replaced by getConnections()
Fixed order of build in main pom to put packages module last
fixed some comments that were incorrect

Change-Id: I6340655100655e181e2d97fe39def4874873dff5
Issue-ID: POLICY-954
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/impl/ws/server/MessageServerImpl.java
model/basic-model/src/main/java/org/onap/policy/apex/model/basicmodel/service/AbstractParameters.java
pom.xml
services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java