I copied a servicemix.xml file from a working 2.x SNAPSHOT, and can startup
with it fine. There is something seriously wrong with the servicemix.xml
distributed with the latest version from Apache.

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Ken Berthelot
> Sent: Monday, January 16, 2006 4:08 PM
> To: [email protected]
> Subject: [servicemix-user] Re: FW: Errors
> 
> 
> It looks like you need to add the spring namespace attribute 
> to the <beans> tag:
> 
> <beans xmlns:sm="http://servicemix.org/config/1.0";
>       xmlns:spring="http://xbean.org/schemas/spring/1.0";>
> 
> ...and then change the id attribute in the container tag to spring:id:
> 
> <sm:container spring:id="jbi"...>
> 

Reply via email to