On this specific service, there is the following:
@Path("/")
@GET
public Response doGetRoot() {
…
}Followed by paths with actual values just like you said. It would be good for OpenAPI to provide a fix, I will see if I can test changing it in source directly tonight by just changing "/", to "". -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
