Skip to content

Wrong API path in openapi ? #637

Answered by rsoika
rsoika asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like I found the reason for this behavior.

I used the file META-INF/microprofile-config.properties with the following content:

# packages
mp.openapi.scan.packages=org.imixs.workflow.jaxrs,org.imixs.workflow.xml

This was just to ensure some packages will be scanned. But the package of my Application was not part of this parameter.

So adding the package to the parameter mp.openapi.scan.packages, as also removing this parameter completely solved the problem.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant