archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
39 stars 38 forks source link

WIP a pva mgmt service incorporated in AA #48

Closed shroffk closed 6 years ago

shroffk commented 6 years ago

Please do not merge until review and testing is completed.

The EPICS 7 libraries have been updated to the latest 7.0.1 Additionally there is a upgrade in the caj/jca dependencies...the new jca version packages caj and thus eliminates the need of it as an individual dependency (the jni support has been moved to a deprecated projects)

This pull requests consists of a EPICS 7 pva RPC service for the mgmt service of the AA. The services is registered via the mgmt/web.xml

Currently the actions supported include

fetch information getAllPVs getArchivedPVs getApplianceInfo getPVStatus

Add pv's to be archived archivePVs

shroffk commented 6 years ago

thanks for the merge. Were you able to verify the integration tests?

Can we talk soon so that I can verify the changes above and potential other changes.

slacmshankar commented 6 years ago

Will check the integration test early next week...We can talk after that?