You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/05 08:50:50 UTC

[GitHub] [camel] omarsmak commented on pull request #4346: CAMEL-15496: Headers and Properties support

omarsmak commented on pull request #4346:
URL: https://github.com/apache/camel/pull/4346#issuecomment-703495536


   Hey @rgannu, the build seems to be failing with this error:
   ```
   [ERROR] COMPILATION ERROR :
   [INFO] -------------------------------------------------------------
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[31,37] error: package org.apache.camel.support.beans does not exist
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[211,82] error: cannot find symbol
     symbol:   class SimpleDataHolderBean
     location: class RabbitMQComponent
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[213,85] error: cannot find symbol
     symbol:   class SimpleDataHolderBean
     location: class RabbitMQComponent
   [INFO] 3 errors
   [INFO] -------------------------------------------------------------
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  4.436 s
   [INFO] Finished at: 2020-10-05T10:46:25+02:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project camel-rabbitmq: Compilation failure: Compilation failure:
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[31,37] error: package org.apache.camel.support.beans does not exist
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[211,82] error: cannot find symbol
   [ERROR]   symbol:   class SimpleDataHolderBean
   [ERROR]   location: class RabbitMQComponent
   [ERROR] /Users/omaral-safi/Code/camel/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java:[213,85] error: cannot find symbol
   [ERROR]   symbol:   class SimpleDataHolderBean
   [ERROR]   location: class RabbitMQComponent
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   ```
   Can you please take a look at it? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org