I configured the Open Liberty server inside Eclipse 2020-03 using the Eclipse Developer Tools from https://openliberty.io/downloads/#eclipse_developer_tools.
I can add my .war project and start the server without problem, but publishing on the running server results in an Error:
Also at startup there is an error in the server console:
[ERROR ] CWWKF0001E: A feature definition could not be found for localconnector-1.0
that could match this (resolved) discussion on the open-liberty github: https://github.com/OpenLiberty/open-liberty/issues/6533.
Inside the server.xml Eclipse displays an warning, that the localConnector-1.0 feature is not recognized, but when I try to remove it, it reapears again after saving.
I tried switching between the AdoptJDK 8, 11 and 14 but the behavior does not change.