You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Kevin McKee (JIRA)" <ji...@apache.org> on 2009/09/29 03:30:51 UTC

[jira] Created: (CAMEL-2045) The camel core 2.0.0 artifact release doesn't contain the @MessageDriven annotation

The camel core 2.0.0 artifact release doesn't contain the @MessageDriven annotation
-----------------------------------------------------------------------------------

                 Key: CAMEL-2045
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2045
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
         Environment: All
            Reporter: Kevin McKee
            Priority: Critical


The artifact coming from the maven central repo doesn't contain the @org.apache.camel.MessageDriven annotation.

This annotation is still in the javadoc, so I assume it hasn't been removed?

<dependency>
	<groupId>org.apache.camel</groupId>
	<artifactId>camel-core</artifactId>
	<version>2.0.0</version>
	<scope>provided</scope>
</dependency>




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAMEL-2045) The camel core 2.0.0 artifact release doesn't contain the @MessageDriven annotation

Posted by "Kevin McKee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin McKee closed CAMEL-2045.
------------------------------

    Resolution: Fixed

By searching around on google, I just found that @Consume should be used in it's place.

> The camel core 2.0.0 artifact release doesn't contain the @MessageDriven annotation
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-2045
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2045
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>         Environment: All
>            Reporter: Kevin McKee
>            Priority: Critical
>
> The artifact coming from the maven central repo doesn't contain the @org.apache.camel.MessageDriven annotation.
> This annotation is still in the javadoc, so I assume it hasn't been removed?
> <dependency>
> 	<groupId>org.apache.camel</groupId>
> 	<artifactId>camel-core</artifactId>
> 	<version>2.0.0</version>
> 	<scope>provided</scope>
> </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.