Hi As a workaround you can configure the routing in Java and then only use the needed spring xml configuraiton. What you need is the <package> element to enable java based routing.
<camel:package>com.mycompany.myrouters</camel:package> See this tutorial: http://activemq.apache.org/camel/tutorial-jmsremoting.html section: "configure spring" Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: pevgen [mailto:[EMAIL PROTECTED] Sent: 19. august 2008 08:33 To: [email protected] Subject: [SPAM] Re: spring configuration error If i commented on some strings in my config, then i haven't got errors. For example, this configuration run ok .... <camelContext xmlns="http://activemq.apache.org/camel/schema/spring" useJmx="true" id="idCamelContext"> <jmxAgent id="agent" createConnector="true"/> <!--<route>--> <!--<from uri="vm:fromScheduler"/>--> <!--<process ref="idConfigurator"/>--> <!--<process ref="idGroupTaskSaver"/>--> <!--</route>--> </camelContext> ... James.Strachan wrote: > > 2008/8/18 pevgen <[EMAIL PROTECTED]>: >> >> I need run my program under Oracle Application Server. And the server >> start >> with oracle xml >> parser > > OK - what happens if you try boot up a normal Spring 2 XML file (one > using Spring 2 namespaces)? > > -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source Integration > http://open.iona.com > > -- View this message in context: http://www.nabble.com/spring-configuration-error-tp19030869s22882p19045001.html Sent from the Camel - Users mailing list archive at Nabble.com.
