You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2009/01/06 19:22:06 UTC

[jira] Created: (CAMEL-1230) camel activemq archetype fails with ClassNotFoundException

camel activemq archetype fails with ClassNotFoundException
----------------------------------------------------------

                 Key: CAMEL-1230
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1230
             Project: Apache Camel
          Issue Type: Bug
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 1.5.1, 2.0.0


I'm getting this when running projects generated from the 1.x/2.x camel-archetype-activemq

Caused by: java.lang.ClassNotFoundException: org.apache.activemq.camel.component.ActiveMQComponent

Looking into this now...


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


[jira] Resolved: (CAMEL-1230) camel activemq archetype fails with ClassNotFoundException

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

Jonathan Anstey resolved CAMEL-1230.
------------------------------------

    Resolution: Fixed

> camel activemq archetype fails with ClassNotFoundException
> ----------------------------------------------------------
>
>                 Key: CAMEL-1230
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1230
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.1, 2.0.0
>
>
> I'm getting this when running projects generated from the 1.x/2.x camel-archetype-activemq
> Caused by: java.lang.ClassNotFoundException: org.apache.activemq.camel.component.ActiveMQComponent
> Looking into this now...

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


[jira] Commented: (CAMEL-1230) camel activemq archetype fails with ClassNotFoundException

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48510#action_48510 ] 

Jonathan Anstey commented on CAMEL-1230:
----------------------------------------

Yeah, I remembered the component move soon after creating this JIRA... a bit too quick on the JIRA trigger finger I guess ;) The simple fix has been merged to 1.x/2.x now.

> camel activemq archetype fails with ClassNotFoundException
> ----------------------------------------------------------
>
>                 Key: CAMEL-1230
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1230
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.1, 2.0.0
>
>
> I'm getting this when running projects generated from the 1.x/2.x camel-archetype-activemq
> Caused by: java.lang.ClassNotFoundException: org.apache.activemq.camel.component.ActiveMQComponent
> Looking into this now...

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


[jira] Commented: (CAMEL-1230) camel activemq archetype fails with ClassNotFoundException

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48509#action_48509 ] 

Claus Ibsen commented on CAMEL-1230:
------------------------------------

Yeah jon I was about to suggest this. 

> camel activemq archetype fails with ClassNotFoundException
> ----------------------------------------------------------
>
>                 Key: CAMEL-1230
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1230
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.1, 2.0.0
>
>
> I'm getting this when running projects generated from the 1.x/2.x camel-archetype-activemq
> Caused by: java.lang.ClassNotFoundException: org.apache.activemq.camel.component.ActiveMQComponent
> Looking into this now...

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


[jira] Commented: (CAMEL-1230) camel activemq archetype fails with ClassNotFoundException

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48508#action_48508 ] 

Jonathan Anstey commented on CAMEL-1230:
----------------------------------------

Ah, there's an easy fix. The ActiveMQComponent moved out of activemq-core in version 5.2.0. I need to just add a dependency on activemq-camel and all is well. This is not a problem for our current release because 1.5.0 depended on ActiveMQ 5.1.0.

> camel activemq archetype fails with ClassNotFoundException
> ----------------------------------------------------------
>
>                 Key: CAMEL-1230
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1230
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.1, 2.0.0
>
>
> I'm getting this when running projects generated from the 1.x/2.x camel-archetype-activemq
> Caused by: java.lang.ClassNotFoundException: org.apache.activemq.camel.component.ActiveMQComponent
> Looking into this now...

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