qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

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

Closed jeff-1984 closed 7 months ago

jeff-1984 commented 2 years ago

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 commented 2 years ago

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