You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/11/26 09:25:25 UTC

[jira] Updated: (SM-2015) servicemix camel archtype generates camel-context.xml with wrong namespace

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

Freeman Fang updated SM-2015:
-----------------------------

    Affects Version/s:     (was: 3.3.2)
                       archetypes-2010.01

> servicemix camel archtype generates camel-context.xml with wrong namespace
> --------------------------------------------------------------------------
>
>                 Key: SM-2015
>                 URL: https://issues.apache.org/activemq/browse/SM-2015
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>    Affects Versions: archetypes-2010.01
>         Environment: operating system : Ubuntu linux 10.04
> Servicemix version : 3.3.2
>            Reporter: Dipankar
>            Assignee: Freeman Fang
>             Fix For: archetypes-2010.02
>
>
> While generating servicemix camel service unit through maven archtype, the XML namespaces follows camel 1.0 convention whereas it should follow camel 2.0 namespace
> deploying in servicemix throws "unrecognized namespace" error
> http://activemq.apache.org/camel/schema/spring
> should be changed to
> http://camel.apache.org/schema/spring
> and
> http://activemq.apache.org/camel/schema/spring/camel-spring.xsd
> should be changed to
> http://camel.apache.org/schema/spring/camel-spring.xsd
> Please check following link describing the issue :
> http://camel.apache.org/exception-beandefinitionstoreexception.html
>  

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