What's new in 10.1 Release
Product name changed to be Apama Connectivity For Cumulocity IoT.
The previous product name Apama Connectivity with Device Integration Platform has been renamed to
Apama Connectivity with Cumulocity IoT. This also means that, the filenames and configurations in the product have been updated. The changes in the filenames and configurations are listed below. For more information, see
Migration from earlier versions to 10.1.
EPL files
Old name | New name |
DIP_EventDefinitions.mon | C8Y_EventDefinitions.mon |
DIP_ServiceMonitor.mon | C8Y_ServiceMonitor.mon |
Transport name and transport class
Old name | New name |
DIPTransport.jar | CumulocityTransport.jar |
com.apama.dip.Transport | com.apama.cumulocity.Transport |
Events. The package name has been renamed from
com.apama.dip to
com.apama.cumulocity. For example:
Old name | New name |
com.apama.dip.Device | com.apama.cumulocity.Device |
com.apama.dip.Event | com.apama.cumulocity.Event |
Bundle files
Old name | New name |
DIP Event Definitions.bnd | C8Y Event Definitions.bnd |
DIP Transport.bnd | C8Y Transport.bnd |
Connectivity configuration files
Old name | New name |
DeviceIntegrationPlatform.yaml | Cumulocity.yaml |
DeviceIntegrationPlatform-credentials.properties | Cumulocity-credentials.properties |
The chainName is renamed from DeviceintegrationPlatform to CumulocityIoT. That is, any requests that are sent to Cumulocity should now be sent to CumulocityIoT channel instead of DeviceintegrationPlatform channel. For example, send DeviceOperation(...) to 'CumulocityIoT'.
The properties in the Cumulocity-credentials.properties file are also renamed.
Old name | New name |
DIP_TENANT | C8Y_TENANT |
DIP_USERNAME | C8Y_USERNAME |
DIP_PASSWORD | C8Y_PASSWORD |
DIP_APPKEY | C8Y_APPKEY |
Removed support for Integration with Industry Analytics Kit.
The
Apama Connectivity with Device Integration Platform to Transformer Bridge bundle (DIP Transformers Bridge.bnd) that is used to convert Cumulocity data to/from Industry Analytics data is no longer part of the product. It is available as a separate solution component. You can download this solution component from Software AG TECHcommunity website at
http://techcommunity.softwareag.com.
The following service monitors are no longer available with the installation and must removed from the service monitor injection order:
DIP_DisplayOperation.mon
DIP_DisplayOperationService.mon
DIP_IoTTransformersBridge.mon