server-side-extension icon indicating copy to clipboard operation
server-side-extension copied to clipboard

Java class missing after generation : qlik.sse.ConnectorGrpc.ConnectorImplBase

Open jeff-1984 opened this issue 3 years ago • 1 comments

Hello, when I build the project with maven (or call mvn protobuf:compile)

There is a class generated: qlik.sse.ServerSideExtension

But not the class expected in the project : qlik.sse.ConnectorGrpc.ConnectorImplBase

Any idea why ?

Thanks !

jeff-1984 avatar Apr 18 '22 08:04 jeff-1984

Found... The whole server-side-extension must be extracted, not only the java sample sub-project

jeff-1984 avatar Apr 18 '22 11:04 jeff-1984