Simon, That fixed the problem :-)
thank you very much! /jonathan > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Simon Carni > Sent: Tuesday, January 17, 2006 9:01 AM > To: [email protected] > Subject: [servicemix-user] Re: Re: FW: Errors > > > Hi Jonathan, > > Take a look at link below. I think it should fix your problem > > http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-u > sers/200601.mbox/[EMAIL PROTECTED] > > Cheers, > Simon > > > > > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > northamerica.cexp.com... > > 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"...> > >> > > > > >
