4 Replies Latest reply on Jul 28, 2014 5:04 AM by davsclaus

    JBoss Fuse 6.1 - Unrecognized xbean namespace mapping: http://activemq.apache.org/schema/core

    vishvjit

      Hello,

      I am trying out mq demo in JBoss Fuse 6.1 but getting exception - Unrecognized xbean namespace mapping: http://activemq.apache.org/schema/core

      Here is the snippet from Camel context -

      <beans xmlns="http://www.springframework.org/schema/beans"

             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

             xsi:schemaLocation="

             http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd

             http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd

             http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd">

            

        <broker xmlns="http://activemq.apache.org/schema/core" brokerName="schoolbroker" persistent="false">

            <transportConnectors>

                <transportConnector name="openwire" uri="tcp://localhost:61616"/>

                <transportConnector name="vm" uri="vm:local"/>

            </transportConnectors>

        </broker>

      Can you pls help me resolve this problem.


      Thank you!