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