Hi Jonathan, Take a look at link below. I think it should fix your problem
http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-users/200601.mbox/[EMAIL PROTECTED] Cheers, Simon <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Even with that modification, I still get the same error: "No bean named > 'jbi' is defined." > >> -----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"...> >> >
