You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jan Bednar (Jira)" <ji...@apache.org> on 2020/05/05 15:30:00 UTC

[jira] [Closed] (CAMEL-15014) Failure in running Camel Spring project, when generated with archetypeVersion=3.2.0

     [ https://issues.apache.org/jira/browse/CAMEL-15014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Bednar closed CAMEL-15014.
------------------------------
    Resolution: Duplicate

This is already fixed. 3.3 is expected to be released by weekend. 

> Failure in running Camel Spring project, when generated with archetypeVersion=3.2.0
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-15014
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15014
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 3.2.0
>         Environment: openjdk version "1.8.0_191"
> OpenJDK Runtime Environment (build 1.8.0_191-b13)
> OpenJDK 64-Bit Server VM (build 25.191-b13, mixed mode)
>            Reporter: Francesco
>            Priority: Major
>
> When generating a Camel Spring project with the following archetypeVersion:
> {code:java}
> mvn archetype:generate \
> -DarchetypeGroupId=org.apache.camel.archetypes \
>  -DarchetypeArtifactId=camel-archetype-spring \
>  -DarchetypeVersion=3.2.0 \
>  -DgroupId=myGroupId \
>  -DartifactId=demo{code}
> Then when I run it with:
> {code:java}
> mvn camel:run{code}
> The following error is reported:
> {code:java}
> Cannot run OSGi Blueprint Main because camel-blueprint-main JAR is not available on classpath -> [Help 1]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)