pmlopes / vertx-starter

POC for vert.x starter project
https://vertx-starter.jetdrone.xyz
42 stars 15 forks source link

Unable to generate code using "OpenAPI Server with Event Bus Services" option #64

Closed snehalkulki closed 5 years ago

snehalkulki commented 5 years ago

I am trying to create a project using the web (https://vertx-starter.jetdrone.xyz ) by selecting the option "OpenAPI Server with Event Bus Services"

I tried to add the "x-vertx-event-bus" field in the openApi3.json file. It gives me the errors as below:

Exception during code generationCannot find service name for operation listPets Error: Cannot find service name for operation listPets

The spec file is here: openApi3.zip

Could you please help solve the issue.

snehalkulki commented 5 years ago

Closing the issue as the generation worked after making changes to the OpenApi specs (By adding the x-vertx-event-bus.class field.) Referred to https://github.com/pmlopes/vertx-starter/blob/master/dist/webdocs/OpenAPI_Server_With_Services.md