Skip to content
New issue

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

[Camel 3.16] rest-json example compliation error #3608

Closed
zhfeng opened this issue Mar 10, 2022 · 1 comment
Closed

[Camel 3.16] rest-json example compliation error #3608

zhfeng opened this issue Mar 10, 2022 · 1 comment
Assignees
Milestone

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Mar 10, 2022

Error:  COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
Error:  /home/runner/work/camel-quarkus/camel-quarkus/camel-quarkus-examples/rest-json/src/main/java/org/acme/rest/json/Routes.java:[51,17] cannot find symbol
  symbol:   method route()
  location: class org.apache.camel.model.rest.RestDefinition
Error:  /home/runner/work/camel-quarkus/camel-quarkus/camel-quarkus-examples/rest-json/src/main/java/org/acme/rest/json/Routes.java:[64,17] cannot find symbol
  symbol:   method route()
  location: class org.apache.camel.model.rest.RestDefinition

It should be related to [CAMEL-17675] Rest DSL - Removed inlined routes

@jamesnetherton
Copy link
Contributor

Fixed in apache/camel-quarkus-examples#81.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants