arrowhead-f / core-java

Arrowhead Core Framework Implementation in Java
https://forge.soa4d.org/plugins/mediawiki/wiki/arrowhead-f/index.php/Main_Page
Apache License 2.0
4 stars 12 forks source link

initial implementation for opc ua support of the core systems #57

Closed ki-do closed 5 years ago

ki-do commented 5 years ago

creates an opc ua server for service registry(supports query, register, remove), authorization (supports adding system to authorized) and orchestrator (supports storing operation) with opc ua methods

hegeduscs commented 5 years ago

Hi,

I think this work should be in a separate repository, because it is not REST-based. I will reject this pull request, and I will make a separate repository for this: core-java-opc.

I would kindly request you to push your code there. THanks!

Yours, Cs

FYI @tsvetlin

ki-do commented 5 years ago

actually, here i made opc parallel to rest, so all rest-based functionality is still there. it's just extended to support some features of SR/Orchestration/Authorization also via OPC method calls.

Nevetherless, in the new repo I'm still getting 403:unable to access when trying to push. And PR is not possible, as the repo is still empty.

hegeduscs commented 5 years ago

Ok, my mistake then. I created readme in the opc repo, please make PR.

This OPC stuff should not be in this repo, nevertheless.

Thanks!