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


   > 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?
   
   Hi @omarsmak 
   This is a new class `SimpleDataHolderBean` which I introduced and it is in 
the separate `package org.apache.camel.support.beans ` .. I have pushed that as 
well into my branch. So, i am not sure where you are getting this error


----------------------------------------------------------------
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:
[email protected]


Reply via email to