[
https://issues.apache.org/jira/browse/CAMEL-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17292073#comment-17292073
]
Claus Ibsen commented on CAMEL-16244:
-------------------------------------
And you need to turn off rest configuration in the maven plugin as <rests> xml
file is not valid for this. Its only for old fashioned spring <beans> xml files
<configuration>
<restConfiguration>false</restConfiguration>
<outputDirectory>${project.basedir}/src/main/resources/camel-rest</outputDirectory>
<specificationUri>${project.basedir}/src/main/resources/openapi.yaml</specificationUri>
</configuration>
> Multiple consumers for the same endpoint using camel-restdsl-openapi-plugin
> ---------------------------------------------------------------------------
>
> Key: CAMEL-16244
> URL: https://issues.apache.org/jira/browse/CAMEL-16244
> Project: Camel
> Issue Type: Bug
> Components: camel-rest-openapi
> Affects Versions: 3.8.0
> Reporter: Babak Vahdat
> Priority: Major
> Fix For: 3.9.0
>
>
> See the following repo as reproducer:
> [https://github.com/bvahdat/camel-rest-multiple-consumer-bug]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)