We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
if you build you own data objects and generate a proxy/service from it, the generated javascript file is missing a import/definition.
you can see this p.e. here : https://github.com/englishtown/vertx-elasticsearch-service/blob/develop/src/main/resources/vertx-elasticsearch-service-js/elastic_search_admin_service.js
if you add in this example:
var com = Packages.com;
it loads fine.
Thanks Marcel
The text was updated successfully, but these errors were encountered:
can you open this issue in the vertx-service-proxy project instead ? that's were JS is generated
Sorry, something went wrong.
Issue moved to vert-x3/vertx-service-proxy #48 via ZenHub
No branches or pull requests
Hello,
if you build you own data objects and generate a proxy/service from it, the generated javascript file is missing a import/definition.
you can see this p.e. here : https://github.com/englishtown/vertx-elasticsearch-service/blob/develop/src/main/resources/vertx-elasticsearch-service-js/elastic_search_admin_service.js
if you add in this example:
var com = Packages.com;
it loads fine.
Thanks
Marcel
The text was updated successfully, but these errors were encountered: