Excellent, changing <sm:servicemix> to <sm:servicemix id="jbi"> allows deployment to proceed properly.
/jonathan -----Original Message----- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 2:12 PM To: [EMAIL PROTECTED] Subject: Re: [servicemix-user] How to hot-deploy components within Service Mix Your <sm:serviceunit> tag must have the id=3D"jbi" attribute. That's the reason why it complains with "Can not find 'jbi' bean". Try something like <sm:serviceunit id=3D"jbi"> ... </sm:serviceunit> Cheers, Guillaume
