Try without AMQ at first.

And can you post the top of the XML file, the stuff with all those
namespace and whatnot.


On Wed, Jan 20, 2010 at 5:28 PM, ulise <uli....@googlemail.com> wrote:
>
> Hi
> I tried to run camel in a freshly downloaded geronimo-tomcat6-javaee5-2.2.
> I simply uncommented the
>
>        <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
>        <route>
>            <from uri="activemq:example.A"/>
>            <to uri="activemq:example.B"/>
>        </route>
>    </camelContext>
>
> part in the activemx.xml and changed all the URLs as told in
>
> http://camel.apache.org/exception-beandefinitionstoreexception.html
>
> but I still get this  exception
>
> 007 ERROR [GBeanInstanceState] Error while starting; GBean is now in the
> FAILED state:
> abstractName="org.apache.geronimo.configs/activemq-broker/2.2/car?ServiceModule=org.apache.geronimo.configs/activemq-broker/2.2/car,j2eeType=JMSServer,na
> me=DefaultActiveMQBroker"
> org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized
> xbean namespace mapping: http://camel.apache.org/schema/spring
>
> Do I have install some more jars, plugins? Are there any? Is there a
> tutorial of running camel with geronimo (as a kind of service)
>
> Many thanks for any help,
>
> Uli
> --
> View this message in context: 
> http://old.nabble.com/camel-2.1-with-geronimo-2.2-%28activemq-3.5%29-tp27244553p27244553.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to