hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Issues Compiling #55

Closed literally38 closed 6 years ago

literally38 commented 6 years ago

when I run Maven I get the following error /nifi-opcua-bundle/nifi-opcua-bundle/nifi-opcua-service/src/test/java/com/hashmapinc/tempus/processors/nifi_opcua_services/TestStandardOPCUAService.java:[46,21] error: constructor TestServer in class TestServer cannot be applied to given types;

cherrera2001 commented 6 years ago

Thanks @literally38 taking a look now... should have some feedback soon

cherrera2001 commented 6 years ago

@literally38 What version of the UA-Java library are you using. From a clean pull I can run mvn clean install using the latest: 1.3.344-SNAPSHOT, however, the pom does need to be modified to allow that version. This will be tackled in #56

cherrera2001 commented 6 years ago

We still have this issue and its tracked in #58